mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 22:12:23 +02:00
not working cards
This commit is contained in:
@@ -23,7 +23,7 @@ HeroTemplate = ExtResource( 1 )
|
||||
|
||||
[node name="Background" parent="." instance=ExtResource( 7 )]
|
||||
pause_mode = 1
|
||||
frame = 40
|
||||
frame = 1
|
||||
|
||||
[node name="FloorTileMap" type="TileMap" parent="."]
|
||||
pause_mode = 1
|
||||
@@ -62,7 +62,6 @@ margin_right = 0.0
|
||||
margin_bottom = 0.463318
|
||||
|
||||
[node name="SelectUpgradeUI" parent="CanvasLayer" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
|
||||
[node name="Win" type="Button" parent="CanvasLayer"]
|
||||
visible = false
|
||||
@@ -72,3 +71,7 @@ margin_left = -42.0
|
||||
margin_bottom = 24.0
|
||||
text = "Win"
|
||||
[connection signal="pressed" from="CanvasLayer/Win" to="." method="_on_Win_pressed"]
|
||||
|
||||
[editable path="CanvasLayer/DragNDropUI"]
|
||||
|
||||
[editable path="CanvasLayer/SelectUpgradeUI"]
|
||||
|
||||
Reference in New Issue
Block a user