EasyRPG / Editor

Game editor similar to RPG Maker
https://easyrpg.org/editor/
GNU General Public License v3.0
336 stars 59 forks source link

Some changes #228

Open monokotech opened 2 weeks ago

monokotech commented 2 weeks ago

"Avoid updating event cache when redrawing the map"

- core().setCurrentMapEvents(mapEvents());

After deleting this line of code, there will only be a delay during the initial map load, rather than the previous behavior where it would freeze and wait every time the map was scrolled.


"Increase the width of the EventDialog"

This is a hard-coded value, which is inconvenient for browsing events as it cannot remember the window size.


"Update .gitignore (Add ./build)"

If compiled this way, a build folder will be created. Can the build folder be ignored?

make -B build -DEDITOR_BUILD_LIBLCF=on