Implement save and loading games (#8)
This commit is contained in:
7
game/ui/commons/load_save_slot/load_save_slot.gd
Normal file
7
game/ui/commons/load_save_slot/load_save_slot.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Button
|
||||
|
||||
|
||||
func set_slot_name_date(p_name: String, p_date: String):
|
||||
$VBoxContainer/slot_name.text = p_name
|
||||
$VBoxContainer/date.text = p_date
|
||||
|
||||
Reference in New Issue
Block a user