Draw
This commit is contained in:
parent
8723c4e6df
commit
1bedba2c6b
5 changed files with 38 additions and 47 deletions
6
ui/debug_gameplay_buttons.gd
Normal file
6
ui/debug_gameplay_buttons.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends Control
|
||||
|
||||
const CARDS = [preload("uid://djqlx7bmcs5gj"), preload("uid://e7kiu3wcf0ff"), preload("uid://b6kiwb0marpng")]
|
||||
|
||||
func _on_draw_card_pressed() -> void:
|
||||
GameplaySignalBus.draw_card.emit(CARDS.pick_random())
|
||||
Loading…
Add table
Add a link
Reference in a new issue