Skip to content

Commit

Permalink
Fix crash on start of ballmario level. player had incorrect type. (a-…
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic authored Apr 17, 2022
1 parent 47fedad commit 7b9f9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/platformer/characters/Trail.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export(int) var trail_length = 5
var positions = []
var height = 0.0

onready var player: Player = owner
onready var player: Node2D = owner


func _process(_delta):
Expand Down

0 comments on commit 7b9f9e3

Please sign in to comment.