Last active
March 30, 2023 02:14
-
-
Save kingthrillgore/8765a389bfa02488fd15b04ae8fcf338 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var game_scene = get_parent().get_parent().get_parent() | |
var player_scene = get_parent().get_parent().get_parent().find_child("Player", true) | |
player_scene.global_position = player_spawn.global_position |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment