At last...
This commit is contained in:
parent
cbc400e629
commit
ef8d45cce2
5 changed files with 186 additions and 11 deletions
1
main.gd
1
main.gd
|
@ -6,6 +6,7 @@ var paused = false
|
|||
var checkpoint0 = Vector3(0, 2, 1.374)
|
||||
var checkpoint1 = Vector3(-27.5, 13, 12.5)
|
||||
var checkpoint2 = Vector3(0, 22, 1.374)
|
||||
var checkpoint3 = Vector3(-50, 25, -5)
|
||||
var checkpoint = checkpoint0
|
||||
@onready var checkpointtext = $Label_Station
|
||||
var time_accum = 0.0 # Timer accumulator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue