mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 07:50:22 +01:00
Merge pull request #4 from neikeq/pr-issue-princess
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