SimplexRpgEngine
SimplexRpgEngine copied to clipboard
Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
A `DarkToolWindow` serving as a preferences editor for Simplex. ## Functionality - A mid-level API (append to SimplexIdeApi class) to easily add preferences as we will progress further - Save...
While the Manual will be English only it would be nice to have localization-aware IDE (shouldn't be too hard to pull off).
- Blur - Glow - Drop Shadow - Color gradient - Color saturation - Color balance - Hue and saturation - Channel mixing - Noise - Posterize - Glowing contours...
I heard this was an open source project, but the license in the repository seems to suggest there is a "pro" license you have to pay money for. If the...
### Draw Simple Shapes - ✔️draw_arrow - ✔️draw_circle --> added optional arg thickness - ✔️draw_circle_color - 💡 draw_circle_fast - ✔️draw_ellipse - draw_ellipse_color - ✔️draw_line - ✔️draw_line_color - ✔️draw_line_width - ✔️draw_line_width_color...
# What needs to be done ## IDE, Runner - Add support for object rename ✔️ + delete 🚧 (breaks savefiles when done in VS as rooms are referencing non-existing...
### Built-In Variables - ✔️direction - ✔️friction - ❌gravity - ❌gravity_direction - ❌hspeed - ❌vspeed - 📌✔️speed --> vec2 - ❌x - ❌y - ❌xprevious - ❌yprevious - ❌xstart -...
### Simple Collision Checking - ✔️ place_empty - ❌ place_free - place_meeting - position_empty - position_meeting - position_change - position_destroy - ✔️instance_place - instance_place_list - instance_position - instance_position_list ### Advanced...