1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/src/js/savegame
tobspr fa25deb761
Puzzle mode (#1135)
* Add mode button to main menu

* [WIP] Add mode menu. Add factory-based gameMode creation

* Add savefile migration, serialize, deserialize

* Add hidden HUD elements, zone, and zoom, boundary constraints

* Clean up lint issues

* Add building, HUD exclusion, building exclusion, and refactor

- [WIP] Add ConstantProducer building that combines ConstantSignal
and ItemProducer functionality. Currently using temp assets.
- Add pre-placement check to the zone
- Use Rectangles for zone and boundary
- Simplify zone drawing
- Account for exclusion in savegame data
- [WIP] Add puzzle play and edit buttons in puzzle mode menu

* [WIP] Add building, component, and systems for producing and
accepting user-specified items and checking goal criteria

* Add ingame puzzle mode UI elements

- Add minimal menus in puzzle mode for back, next navigation
- Add lower menu for changing zone dimenensions

Co-authored-by: Greg Considine <gconsidine@users.noreply.github.com>
2021-04-12 14:03:47 +02:00
..
schemas Puzzle mode (#1135) 2021-04-12 14:03:47 +02:00
savegame_compressor.js Update changelog and minor fixes 2020-10-31 12:19:51 +01:00
savegame_interface_registry.js Puzzle mode (#1135) 2021-04-12 14:03:47 +02:00
savegame_interface.js Remove some todos 2020-06-28 20:31:22 +02:00
savegame_manager.js Get rid of some todos / fixmes 2020-10-08 19:47:27 +02:00
savegame_serializer.js Puzzle mode (#1135) 2021-04-12 14:03:47 +02:00
savegame_typedefs.js Puzzle mode (#1135) 2021-04-12 14:03:47 +02:00
savegame.js Puzzle mode (#1135) 2021-04-12 14:03:47 +02:00
serialization_data_types.js Minor fixes 2020-10-08 10:41:06 +02:00
serialization.js Minor fixes 2020-10-08 10:41:06 +02:00
serializer_internal.js Minor fixes 2020-10-08 10:41:06 +02:00