mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-15 06:42:22 +02:00
Added Grid, and Kind describtion
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
extends StaticBody2D
|
||||
extends Node2D
|
||||
|
||||
export(int, 1, 5) var lifePoints = 3
|
||||
export(int, 1, 30) var spawnRate = 5
|
||||
|
||||
Reference in New Issue
Block a user