Hexes will be prefab instances

This commit is contained in:
2022-08-23 14:40:20 -05:00
parent 63690ca3ed
commit 8298765b3f
7 changed files with 61 additions and 34 deletions

13
Scenes/Main.tscn Normal file
View 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 )