abandon not possible everywhere + drag fixes + text fixes

This commit is contained in:
Altaezio
2026-07-30 11:57:03 +02:00
parent 04ff9de78a
commit 0409a8bc8b
10 changed files with 35 additions and 12 deletions
@@ -28,4 +28,7 @@ func get_scene_icon() -> Texture:
func _on_generated(generated_scene : Node):
var vending_machine_room : VendingMachineRoom = generated_scene as VendingMachineRoom
vending_machine_room.setup_room(vending_machine_room_seed)
vending_machine_room.setup_room(vending_machine_room_seed)
func can_abandon() -> bool:
return true