abandon not possible everywhere + drag fixes + text fixes
This commit is contained in:
@@ -18,4 +18,7 @@ func get_scene_title() -> String:
|
||||
return tr("INTERNODE")
|
||||
|
||||
func get_scene_icon() -> Texture:
|
||||
return preload("res://common/icons/rocket.svg")
|
||||
return preload("res://common/icons/rocket.svg")
|
||||
|
||||
func can_abandon() -> bool:
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user