hexland/Main.tscn

19 lines
609 B
Plaintext
Raw Normal View History

2022-08-23 14:12:59 -05:00
[gd_scene load_steps=5 format=2]
2022-08-23 10:37:13 -05:00
[ext_resource path="res://Prefabs/StdBoard.tscn" type="PackedScene" id=1]
2022-08-23 14:12:59 -05:00
[ext_resource path="res://Main.gd" type="Script" id=2]
[ext_resource path="res://Scripts/GameCamera.gd" type="Script" id=3]
[ext_resource path="res://Prefabs/StdExtBoard.tscn" type="PackedScene" id=4]
2022-08-23 10:37:13 -05:00
2022-08-23 14:12:59 -05:00
[node name="Main" type="Node2D"]
script = ExtResource( 2 )
2022-08-23 10:37:13 -05:00
[node name="StdBoard" parent="." instance=ExtResource( 1 )]
[node name="Camera2D" type="Camera2D" parent="."]
current = true
zoom = Vector2( 2, 2 )
2022-08-23 14:12:59 -05:00
script = ExtResource( 3 )
[node name="StdExtBoard" parent="." instance=ExtResource( 4 )]