mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-14 06:22:22 +02:00
ai adaptation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
extends Node2D
|
||||
|
||||
export(int, 1, 5) var lifePoints = 3
|
||||
export(int, 1, 30) var spawnRate = 5.0
|
||||
export(float, 0, 30) var spawnRate = 5.0
|
||||
var Minion = load("res://Boss/Minion.tscn")
|
||||
|
||||
var elapsedTime = 0.0
|
||||
|
||||
Reference in New Issue
Block a user