Skip to content

Commit a2070ed

Browse files
authored
Update hill_1.gd
1 parent 695f764 commit a2070ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/scenes/levels/hill/hill_1.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ func _on_Area2D_body_entered(body):
88
var player_default = globals.selected_player
99

1010
func _ready():
11+
globals.run_rpc("Hill 01")
1112
add_child(Object(player_default))
1213
globals._set_player_pos(0,0)
1314
player_default.restart_position()

0 commit comments

Comments
 (0)