Hexes will be prefab instances
This commit is contained in:
13
Scenes/Main.tscn
Normal file
13
Scenes/Main.tscn
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Scripts/GameCamera.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Prefabs/StdBoard.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="Main" type="Node2D"]
|
||||
|
||||
[node name="StdBoard" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
current = true
|
||||
zoom = Vector2( 2, 2 )
|
||||
script = ExtResource( 1 )
|
||||
Reference in New Issue
Block a user