doodle/pkg/windows
Noah 647124495b Level Difficulty + UI Polish
Added a new level property: Difficulty

* An enum ranging from -1, 0, 1 (Peaceful, Normal, Hard)
* Default difficulty is Normal; pre-existing levels are Normal by
  default per the zero value.

Doodad scripts can read the difficulty via the new global variable
`Level.Difficulty` and some doodads have been updated:

* Azulians: on Peaceful they ignore all player characters, and on Hard
  they are in "hunt mode": infinite aggro radius and they're aggressive
  to all characters.
* Bird: on Peaceful they will not dive and attack any player character.

Other spit and polish:

* New Level/Level Properties UI reworked into a magicform.
* New "PromptPre(question, answer, func)" function for prompting the
  user with the developer shell, but pre-filling in an answer for them
  to either post or edit.
* magicform has a PromptUser field option for simple Text/Int fields
  which present as buttons, so magicform can prompt and update the
  variable itself.
* Don't show the _autosave.doodad in the Doodad Dropper window.
2022-03-06 22:20:53 -08:00
..
about.go Menu Bar Update 2020-06-04 21:55:54 -07:00
add_edit_level.go Level Difficulty + UI Polish 2022-03-06 22:20:53 -08:00
doodad_dropper.go Level Difficulty + UI Polish 2022-03-06 22:20:53 -08:00
doodad_properties.go Small typo fix 2021-09-03 21:45:48 -07:00
filesystem_window.go Manage Embedded Files In Levels 2021-06-13 16:03:32 -07:00
layers_window.go Doodads: Use Key and Working Warp Doors 2021-01-03 15:19:21 -08:00
levelpack_open.go Centralize cheats, detect cheated player character 2022-01-08 18:27:37 -08:00
license_key.go Diverge Free vs. Paid Features 2021-06-16 22:35:01 -07:00
open_level_editor.go Window Icon, UI Polish 2021-12-30 16:31:45 -08:00
palette_editor.go Add the ui.ColorPicker 2022-01-01 18:48:34 -08:00
pip_canvas.go Spit and polish 2022-01-02 22:36:32 -08:00
publish_level.go Refactor Level Publishing + MagicForm 2022-01-17 18:51:11 -08:00
settings.go Spit and polish 2022-03-05 22:44:54 -08:00
text_tool.go Level Difficulty + UI Polish 2022-03-06 22:20:53 -08:00