mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Fix bug that could prevent cubio from saving the princess
This commit is contained in:
@@ -83,4 +83,5 @@ func _ready():
|
||||
|
||||
|
||||
func _on_tcube_body_enter(body):
|
||||
get_node("../ty").show()
|
||||
if (body == self):
|
||||
get_node("../ty").show()
|
||||
|
||||
Reference in New Issue
Block a user