pawbyte / Game-Pencil-Engine-Editor

Game Pencil Engine a game engine written from the ground up.
https://gamepencil.net/
MIT License
100 stars 20 forks source link

Particle Editor: Dynamic Positioning #99

Open nhurde opened 1 year ago

nhurde commented 1 year ago

Particle Editor: Dynamic Positioning

Problem: Currently the last clicked position of the mouse within editor is new x/y preview coordinates. There is no way to force the particles to begin at bottom of screen or turn off auto click for positions.

Goal: Have a global checkbox within editor that toggles if particle emitter position is locked to center of area or can be clicked to begin elsewhere.

Result: The preview area can now be toggled to be interacted with or not.

nhurde commented 5 months ago

Adding to Fall 2024 due to backlog priority.