创建新工程

This commit is contained in:
moyin
2025-12-05 19:00:14 +08:00
commit ff4fa5fffd
227 changed files with 32804 additions and 0 deletions

20
scenes/Main.tscn Normal file
View File

@@ -0,0 +1,20 @@
[gd_scene load_steps=5 format=3 uid="uid://bvqxw8yh3qn7w"]
[ext_resource type="Script" uid="uid://o0k8pitjgwpm" path="res://scripts/Main.gd" id="1_main"]
[ext_resource type="Script" uid="uid://bff86rwwknn3a" path="res://scripts/NetworkManager.gd" id="2_network"]
[ext_resource type="Script" uid="uid://bi68fb55yixi3" path="res://scripts/GameStateManager.gd" id="3_gamestate"]
[ext_resource type="Script" uid="uid://qef0lslx1f0d" path="res://scripts/UILayer.gd" id="4_uilayer"]
[node name="Main" type="Node"]
script = ExtResource("1_main")
[node name="NetworkManager" type="Node" parent="."]
script = ExtResource("2_network")
[node name="GameStateManager" type="Node" parent="."]
script = ExtResource("3_gamestate")
[node name="UILayer" type="CanvasLayer" parent="."]
script = ExtResource("4_uilayer")
[node name="GameWorld" type="Node2D" parent="."]