fastRunner/new_script.gd

10 lines
89 B
GDScript
Raw Normal View History

2024-02-22 20:33:20 -05:00
extends Node
var score= 0
func playerPoScore():
score += 1
func hit():
score -= 50