创建新工程
This commit is contained in:
13
scenes/TestGameplay.tscn
Normal file
13
scenes/TestGameplay.tscn
Normal 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)
|
||||
Reference in New Issue
Block a user