feat: parallax and more environment
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Successful in 2m19s

This commit is contained in:
2025-08-02 11:50:59 +02:00
parent 5c9add1fe4
commit 712d2a41ea
4 changed files with 55 additions and 16 deletions

View File

@ -16,7 +16,7 @@ var gravity_modifier = 1
var animated_sprites = []
var is_in_cutscene = true
var is_in_cutscene = false # back to true on build
var current_animation = "idle"
func play_anim():