mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-27 09:50:50 +00:00
couple more improvements, im pretty happy with how this is shaping up
This commit is contained in:
@@ -71,7 +71,7 @@ static var colour_ids := {}
|
||||
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
$\"../LevelEditorVisibleNode/Label\".text = str(owner.door_id)
|
||||
$\"../LevelEditorVisibleNode/Label\".text = str(owner.door_id) +\"/\" + str(owner.sublevel_id)
|
||||
"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_hk64y"]
|
||||
|
||||
Reference in New Issue
Block a user