Browse Source
There was no way to track how far the rocket had gone so an arbitrary fraction of the height was added. Still no saving yet though.master
Abheek Dhawan
4 years ago
2 changed files with 17 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||
|
extends Label |
||||
|
|
||||
|
func _process(delta): |
||||
|
var score = str(int(-get_parent().position.y/10)) |
||||
|
text = score |
Loading…
Reference in new issue