rolling fiend now blue

This commit is contained in:
pennyrigate 2023-01-13 01:25:44 -05:00
parent e25dd87774
commit f797897a6c
10 changed files with 58 additions and 16 deletions

View file

@ -58,9 +58,7 @@ func _physics_process(delta):
Game.change_map(load("res://maps/level_select.tscn"))
#Debug 2
if Input.is_action_just_pressed("debug_2"):
var save = ConfigFile.new()
save.load(str("user://file") + str(1) + str(".pr"))
Game.score = save.get_value(str(Game.current_level),"Score",0)
Engine.set_target_fps(1)
func print(text):
lines += 1