创建新工程
This commit is contained in:
19
scenes/DatawhaleOffice.tscn
Normal file
19
scenes/DatawhaleOffice.tscn
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://m3baykeq4xg8"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://5wfrobimvgpr" path="res://scripts/DatawhaleOffice.gd" id="1"]
|
||||
[ext_resource type="Script" path="res://scripts/DebugCamera.gd" id="2"]
|
||||
|
||||
[sub_resource type="TileSet" id="TileSet_0jecu"]
|
||||
|
||||
[node name="DatawhaleOffice" type="Node2D"]
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="TileMap" type="TileMap" parent="."]
|
||||
tile_set = SubResource("TileSet_0jecu")
|
||||
format = 2
|
||||
|
||||
[node name="Characters" type="Node2D" parent="."]
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
position = Vector2(640, 360)
|
||||
script = ExtResource("2")
|
||||
Reference in New Issue
Block a user