mirror of
https://github.com/danbulant/programovani-kostky
synced 2026-05-19 04:08:37 +00:00
fix score
This commit is contained in:
parent
615a897b48
commit
8a413fad38
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ var master_state: MasterState = MasterState.LOGO
|
|||
var current_player = 0
|
||||
var camera_speed := 1.3
|
||||
var physics_timer := Timer.new()
|
||||
var target_score = 20
|
||||
var target_score = 100
|
||||
|
||||
var camera_tween: Tween
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue