创建新工程

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

13
scenes/TestGameplay.tscn Normal file
View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=4 format=3 uid="uid://test_gameplay"]
[ext_resource type="PackedScene" uid="uid://m3baykeq4xg8" path="res://scenes/DatawhaleOffice.tscn" id="1"]
[ext_resource type="PackedScene" uid="uid://player_character" path="res://scenes/PlayerCharacter.tscn" id="2"]
[ext_resource type="Script" path="res://scripts/TestGameplay.gd" id="3"]
[node name="TestGameplay" type="Node"]
script = ExtResource("3")
[node name="DatawhaleOffice" parent="." instance=ExtResource("1")]
[node name="PlayerCharacter" parent="DatawhaleOffice/Characters" instance=ExtResource("2")]
position = Vector2(1000, 750)