Newer
Older
DungeonShooting / DungeonShooting_Godot / scene / test / TestCommpont.tscn
@小李xl 小李xl on 25 Aug 2022 356 bytes 架构调整
  1. [gd_scene load_steps=3 format=2]
  2.  
  3. [ext_resource path="res://icon.png" type="Texture" id=1]
  4. [ext_resource path="res://src/test/TestPlayer.cs" type="Script" id=2]
  5.  
  6. [node name="Node2D" type="Node2D"]
  7.  
  8. [node name="Sprite" type="Sprite" parent="."]
  9. position = Vector2( 200, 102 )
  10. scale = Vector2( 0.3, 0.3 )
  11. texture = ExtResource( 1 )
  12. script = ExtResource( 2 )