feat: world building finished
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 9s
Create tag and build when new code gets to main / Export (push) Successful in 2m24s

This commit is contained in:
2025-08-03 18:34:44 +02:00
parent ddbfe47cd2
commit 9f12974c85
3 changed files with 44 additions and 18 deletions

View File

@ -21,7 +21,7 @@ var gravity_modifier = 1
@onready var base: AnimatedSprite2D = $Base
var current_sprite: AnimatedSprite2D
var is_in_cutscene = false # back to true on build
var is_in_cutscene = true # back to true on build
var current_animation = "idle"
var is_hitting = false