mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
Fixed spawn point determination
This commit is contained in:
@@ -3,7 +3,7 @@ extends Node2D
|
||||
export(int) var WinRounds= 10
|
||||
export(PackedScene) var HeroTemplate
|
||||
export(Vector2) var InitialSpawnPoint=Vector2(344,125)
|
||||
export(Rect2) var SpawnBoxRange=Rect2(20,20,450,180)
|
||||
export(Rect2) var SpawnBoxRange=Rect2(40,40,450,180)
|
||||
export(float) var MinDistanceToBoss=100.0
|
||||
|
||||
|
||||
|
||||
@@ -294,6 +294,7 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="BossStateDisplay" type="Panel" parent="CanvasLayer/DebugLabel"]
|
||||
visible = false
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
margin_left = -80.0
|
||||
|
||||
Reference in New Issue
Block a user