Added Grid, and Kind describtion

This commit is contained in:
Jan Schuffenhauer
2020-04-19 13:44:25 +02:00
parent c62dfed8d2
commit e0e6662309
22 changed files with 235 additions and 117 deletions

6
src/Maps/Grid.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Maps/Grid.gd" type="Script" id=1]
[node name="Grid" type="Node"]
script = ExtResource( 1 )