Now have a simple storyboard system that can display an image and move with the camera to different cells.

This commit is contained in:
Zed A. Shaw 2025-11-04 00:20:49 -05:00
parent 068eeeecd1
commit 4bda2ee01c
10 changed files with 118 additions and 40 deletions

View file

@ -288,23 +288,5 @@
"toggled": false,
"flipped": false,
"looped": false
},
"test_zoom": {
"_type": "Animation",
"easing": 2,
"motion": 7,
"ease_rate": 0.05,
"min_x": 0,
"min_y": 0,
"max_x": 150.0,
"max_y": 0.0,
"simple": true,
"frames": 1,
"speed": 0.01,
"scaled": false,
"stationary": true,
"toggled": false,
"flipped": false,
"looped": false
}
}

View file

@ -274,6 +274,11 @@
{"path": "assets/bossfights/test_thirds.png",
"frame_width": 1656,
"frame_height": 1080
},
"test_story":
{"path": "assets/story/test_storyboard.png",
"frame_width": 1280,
"frame_height": 720
}
},
"worldgen": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB