EasyRPG / Editor

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

Fix display and placement of deep water and animation type tiles #185

Closed ghost closed 2 years ago

ghost commented 2 years ago

The PR fixes the display and placement of deep water and animation type tiles.

Fixes: #51

Ghabry commented 2 years ago

Btw please do not fix too many parts of the map besides this tile rendering. The map is one of the components i intent to rewrite

ghost commented 2 years ago

@Ghabry This probably means that #187, #188 and #192 are going to conflict with your intended rewrite, doesn't it?

Ghabry commented 2 years ago

@rueter37 not sure. Honestly I currently play around with QML instead of QWidgets. Implying that there will be changes everywhere if I consider this a good approach.