added timer

This commit is contained in:
pennyrigate 2023-01-03 22:38:02 -05:00
parent 969364ebce
commit 38ef040ae9
10 changed files with 28 additions and 6 deletions

View file

@ -14,6 +14,7 @@ var arrows = 0
var score = 0
var high_score = 0
var lives = 2
var time = 0.0
#Audio Channels
onready var ac_jump = $JumpSound
onready var ac_collectible = $CollecitbleSound