mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 05:22:23 +02:00
HOTFIX: Doesnt brake anymore
This commit is contained in:
@@ -55,9 +55,9 @@ func starting():
|
||||
shownCards.append(load("res://Objects/Slime/SlimeCard.tscn").instance())
|
||||
for i in range(3):
|
||||
$Cards.add_child(shownCards[i])
|
||||
shownCards[0].rect_position = [100,150]
|
||||
shownCards[1].rect_position = Vector2(200,150)
|
||||
shownCards[2].rect_position = Vector2(300,150)
|
||||
shownCards[0].set_begin ( Vector2(100,150))
|
||||
shownCards[1].set_begin ( Vector2(200,150))
|
||||
shownCards[2].set_begin ( Vector2(300,150))
|
||||
|
||||
|
||||
func _on_Button_pressed():
|
||||
|
||||
Reference in New Issue
Block a user