This commit is contained in:
2022-12-10 07:28:26 +01:00
parent 2e0faec3ac
commit c278c93c52
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ var t = 0.0
func _ready():
p2_train.get_node("CharacterBody3D").is_player1 = false
p2_train.is_P1 = false
p1_train.hit.connect(_on_hit_player)