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 98d41fca14 Remove Global.find_node_by_name()
Use the built-in find_node() method instead.
2021-06-26 14:01:07 +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 Remove Global.find_node_by_name() 2021-06-26 14:01:07 +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 Do not clear content from selection in selected cels when moving if Alt has been pressed beforehand 2021-06-23 20:38:17 +03:00
TileMode.gd Renamed enums to follow recommended naming convention (#437) 2021-01-20 06:59:42 -08:00