Newer
Older
DungeonShooting / DungeonShooting_Godot / scene / test / TestCommpont.tscn
@小李xl 小李xl on 26 Aug 2022 260 bytes 架构调整
[gd_scene load_steps=2 format=2]

[ext_resource path="res://icon.png" type="Texture" id=1]

[node name="Node2D" type="Node2D"]

[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 200, 102 )
scale = Vector2( 0.3, 0.3 )
texture = ExtResource( 1 )