Floor is now just a fixture.

This commit is contained in:
Zed A. Shaw 2025-10-23 14:12:04 -04:00
parent 23f54bd4fe
commit e5fa76b03c
6 changed files with 20 additions and 25 deletions

View file

@ -194,5 +194,19 @@
"stationary": true,
"toggled": false,
"looped": true
},
"test_floor": {
"_type": "Animation",
"easing": 0,
"ease_rate": 0.5,
"scale_x": 1.0,
"scale_y": 1.0,
"max_scale": 0.4,
"simple": true,
"frames": 1,
"speed": 1.0,
"stationary": true,
"toggled": false,
"looped": false
}
}

View file

@ -261,9 +261,9 @@
"frame_height": 832
},
"test_floor":
{"path": "assets/boss2/boss_fight_scene_1_floor.png",
"frame_width": 1080,
"frame_height": 720
{"path": "assets/bossfights/test_floor.png",
"frame_width": 1920,
"frame_height": 1080
},
"test_player":
{"path": "assets/bossfights/test_player.png",