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

View File

@@ -1,4 +1,4 @@
extends StaticBody2D
extends Node2D
export(int, 1, 5) var lifePoints = 3
export(int, 1, 30) var spawnRate = 5