jakubg1 / OpenSMCE

Game engine which allows creating a broad range of marble popper games.
MIT License
14 stars 11 forks source link

Implement radius reticles #77

Closed ShamblesSM closed 1 year ago

ShamblesSM commented 1 year ago

Adds a new field to config/gameplay.json:

    "radiusReticleSprite": "sprites/game/reticle_radius.json"

image

This PR also fixes Issue #76 and changes indentation to 4 spaces (because copypasting it to Discord looks ugly, but feel free to revert this change).

jakubg1 commented 1 year ago

Next time, please make an indentation change a separate commit. It obfuscates the actual diff.

ShamblesSM commented 1 year ago

(I said this already on the SM discord server but will repost here for reference) I wanted to change it as a separate commit in the first place but I actually didn't know why I didn't do that; I also wanted to have the crash fix be a separate commit as well.