diff --git a/DungeonShooting_Godot/project.godot b/DungeonShooting_Godot/project.godot index 7c6559c..0e02609 100644 --- a/DungeonShooting_Godot/project.godot +++ b/DungeonShooting_Godot/project.godot @@ -11,7 +11,7 @@ [application] config/name="枪火地牢" -run/main_scene="res://scene/Main.tscn" +run/main_scene="res://scene/test/TestLobby.tscn" config/features=PackedStringArray("4.2", "C#") config/icon="res://icon.png" @@ -31,7 +31,7 @@ [editor_plugins] -enabled=PackedStringArray("res://addons/dungeonShooting_plugin/plugin.cfg") +enabled=PackedStringArray() [file_customization] diff --git a/DungeonShooting_Godot/scene/test/TestLobby.tscn b/DungeonShooting_Godot/scene/test/TestLobby.tscn new file mode 100644 index 0000000..ea8aa15 --- /dev/null +++ b/DungeonShooting_Godot/scene/test/TestLobby.tscn @@ -0,0 +1,20 @@ +[gd_scene load_steps=4 format=3 uid="uid://bcwbprtgyahy4"] + +[ext_resource type="Texture2D" uid="uid://c6pesrr162s6" path="res://resource/map/tileSet/TileSet2/Main.png" id="1_jh7pr"] +[ext_resource type="Texture2D" uid="uid://cyl8dsbu2htyf" path="res://resource/sprite/role/role5.png" id="2_f5n01"] +[ext_resource type="Texture2D" uid="uid://bi3othr1cld04" path="res://resource/sprite/role/role7.png" id="3_1v4l1"] + +[node name="TestLobby" type="Node2D"] +scale = Vector2(4, 4) + +[node name="Main" type="Sprite2D" parent="."] +position = Vector2(144, 112) +texture = ExtResource("1_jh7pr") + +[node name="Role5" type="Sprite2D" parent="."] +position = Vector2(124, 108) +texture = ExtResource("2_f5n01") + +[node name="Role7" type="Sprite2D" parent="."] +position = Vector2(236, 100) +texture = ExtResource("3_1v4l1") diff --git a/DungeonShooting_Godot/scene/test/TestNewTerrain.tscn b/DungeonShooting_Godot/scene/test/TestNewTerrain.tscn index 89d2a07..71e43ac 100644 --- a/DungeonShooting_Godot/scene/test/TestNewTerrain.tscn +++ b/DungeonShooting_Godot/scene/test/TestNewTerrain.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=10 format=3 uid="uid://iwm27vpirfef"] +[gd_scene load_steps=9 format=3 uid="uid://iwm27vpirfef"] [ext_resource type="Script" path="res://src/test/TestNewTerrain.cs" id="1_68mbo"] [ext_resource type="PackedScene" uid="uid://cxhrcytrx0kcf" path="res://prefab/role/Role0001.tscn" id="3_bo13a"]