Newer
Older
DungeonShooting / DungeonShooting_Godot / scene / test / TestLobby.tscn
@小李xl 小李xl on 16 Feb 2024 802 bytes 添加测试大厅场景
  1. [gd_scene load_steps=4 format=3 uid="uid://bcwbprtgyahy4"]
  2.  
  3. [ext_resource type="Texture2D" uid="uid://c6pesrr162s6" path="res://resource/map/tileSet/TileSet2/Main.png" id="1_jh7pr"]
  4. [ext_resource type="Texture2D" uid="uid://cyl8dsbu2htyf" path="res://resource/sprite/role/role5.png" id="2_f5n01"]
  5. [ext_resource type="Texture2D" uid="uid://bi3othr1cld04" path="res://resource/sprite/role/role7.png" id="3_1v4l1"]
  6.  
  7. [node name="TestLobby" type="Node2D"]
  8. scale = Vector2(4, 4)
  9.  
  10. [node name="Main" type="Sprite2D" parent="."]
  11. position = Vector2(144, 112)
  12. texture = ExtResource("1_jh7pr")
  13.  
  14. [node name="Role5" type="Sprite2D" parent="."]
  15. position = Vector2(124, 108)
  16. texture = ExtResource("2_f5n01")
  17.  
  18. [node name="Role7" type="Sprite2D" parent="."]
  19. position = Vector2(236, 100)
  20. texture = ExtResource("3_1v4l1")