godotstarter/project/scenes/GameScn.tscn

15 lines
568 B
Text
Raw Permalink Normal View History

[gd_scene load_steps=4 format=3 uid="uid://b0fl2hf2lbd0s"]
[ext_resource type="Script" path="res://source/GameScn.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://cltqljwt37ib5" path="res://icon.png" id="2_24hj0"]
[ext_resource type="PackedScene" uid="uid://baomgr7v1oi8q" path="res://scenes/PauseScn.tscn" id="3_gdh7b"]
[node name="GameScn" type="Node"]
script = ExtResource("1")
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(466, 192)
texture = ExtResource("2_24hj0")
[node name="PauseScn" parent="." instance=ExtResource("3_gdh7b")]