mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-14 06:22:22 +02:00
Added Interface for AI control
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="WallSprite" type="Sprite" parent="."]
|
||||
position = Vector2( 352, 184 )
|
||||
position = Vector2( 351.915, 184 )
|
||||
texture = ExtResource( 4 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 0, 0, 1280, 720 )
|
||||
@@ -42,6 +42,9 @@ position = Vector2( 296, -16 )
|
||||
|
||||
[node name="Boss_template" parent="YSort" instance=ExtResource( 17 )]
|
||||
|
||||
[node name="DebugLabel" parent="YSort/Boss_template" index="6"]
|
||||
text = "Obermutti"
|
||||
|
||||
[node name="Grid" parent="." instance=ExtResource( 18 )]
|
||||
|
||||
[editable path="YSort/Boss_template"]
|
||||
|
||||
Reference in New Issue
Block a user