1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 23:49:47 +00:00
Pixelorama/src/UI/Canvas
Manolis Papadeas ac631e3e3d Transform selected content of multiple selected cels
Does not work with rotation. It might be a good idea to replace this whole system with one that uses a transformation matrix, to handle rotation and skewing more easily in the future. I'm not a huge fan of this current code.
2021-06-19 19:29:32 +03:00
..
Rulers Remove unneeded location variables (#425) 2021-01-06 07:11:50 -08:00
CameraMovement.gd Fix division by zero crash 2021-06-01 18:43:23 +03:00
Canvas.gd Ability to select multiple cels and edit them all at once 2021-06-12 01:06:13 +03:00
Canvas.tscn Let the user change border color and toggle the marching ants effect in the preferences 2021-05-28 03:46:16 +03:00
CanvasPreview.gd Make FPS project-specific and store it in the pxo files 2020-12-17 02:20:47 +02:00
CanvasPreview.tscn Fixed crash where the animation was playing in the mini canvas preview and then the user switched to a project with less frames 2020-09-28 01:09:11 +03:00
CurrentFrameDrawer.gd Fix tiling opacity by drawing currently visible frame to a separate Viewport (#417) 2021-01-04 09:30:15 -08:00
Grid.gd Renamed enums to follow recommended naming convention (#437) 2021-01-20 06:59:42 -08:00
Indicators.gd Moved canvas indicator drawing to a new script 2020-08-18 16:35:05 +03:00
PixelGrid.gd One shared offset for rectangular and isometric grids, added "Draw Grid over Tile Mode" toggle (#434) 2021-01-19 16:17:33 -08:00
Previews.gd Update Previews on all mouse events 2021-06-14 19:21:58 +03:00
Selection.gd Transform selected content of multiple selected cels 2021-06-19 19:29:32 +03:00
TileMode.gd Renamed enums to follow recommended naming convention (#437) 2021-01-20 06:59:42 -08:00