1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 17:49:47 +00:00
Pixelorama/src/UI
OverloadedOrama 35b2c201ae Changed how isometric grid is drawn
Instead of drawing individual lines, execute draw_isometric_tile() multiple times. What this method does is basically draws a single isometric tile, which then gets repeated for the entire canvas size. Also moved all the grid logic to a new script, which gets updated less often that Canvas.gd, for optimization purposes.

Works better than the previous method, although it might be a bit slower, and currently does not work well if the canvas size is not divisible by the grid size. For now, it only gets affected by the grid width. Changing grid height has no effect.
2020-08-17 22:54:33 +03:00
..
Dialogs Add a transparent background for flip image dialog preview 2020-08-16 00:07:56 +03:00
Rulers Don't save erased guides in .pxos 2020-07-27 20:03:15 +03:00
Timeline Removed custom blend_rect() method from DrawingAlgos 2020-06-30 15:07:09 +03:00
BrushButton.gd Refactoring tools (#281) 2020-07-09 15:22:17 +03:00
BrushButton.tscn Removed brush_selected signal 2020-05-21 20:33:00 +03:00
BrushesPopup.gd Add hint tooltips for Project Brush buttons when importing them from image files 2020-07-13 21:59:25 +03:00
BrushesPopup.tscn Refactoring tools (#281) 2020-07-09 15:22:17 +03:00
CanvasPreview.gd Added play button and zoom slider for the small canvas preview 2020-08-02 00:59:00 +03:00
CanvasPreview.tscn Added play button and zoom slider for the small canvas preview 2020-08-02 00:59:00 +03:00
CanvasPreviewContainer.gd add follow canvas movement and scale option to transparent checker (#311) 2020-08-17 22:30:58 +03:00
CanvasPreviewContainer.tscn Added play button and zoom slider for the small canvas preview 2020-08-02 00:59:00 +03:00
ColorAndToolOptions.gd Refactoring tools (#281) 2020-07-09 15:22:17 +03:00
ColorAndToolOptions.tscn Set tool options containers' size flags to "Fill" (#292) 2020-08-06 12:27:20 +03:00
Grid.gd Changed how isometric grid is drawn 2020-08-17 22:54:33 +03:00
NotificationLabel.gd Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
NotificationLabel.tscn Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
PatternButton.gd Refactoring tools (#281) 2020-07-09 15:22:17 +03:00
PatternButton.tscn Asset renaming (#225) 2020-05-05 03:53:58 +03:00
PatternsPopup.gd Refactoring tools (#281) 2020-07-09 15:22:17 +03:00
PatternsPopup.tscn Refactoring tools (#281) 2020-07-09 15:22:17 +03:00
Tabs.gd Move save paths when repositioning tabs 2020-06-06 13:06:50 +03:00
ToolButtons.gd Refactoring tools (#281) 2020-07-09 15:22:17 +03:00
TopMenuContainer.gd Changed how isometric grid is drawn 2020-08-17 22:54:33 +03:00
TopMenuContainer.tscn Put top menu & ruler styles inside the themes 2020-08-14 00:22:49 +03:00
TransparentChecker.gd add follow canvas movement and scale option to transparent checker (#311) 2020-08-17 22:30:58 +03:00
TransparentChecker.tscn add follow canvas movement and scale option to transparent checker (#311) 2020-08-17 22:30:58 +03:00
UI.tscn Put top menu & ruler styles inside the themes 2020-08-14 00:22:49 +03:00
ViewportContainer.gd Created TopMenuContainer.tscn and ViewportContainer.gd 2020-05-21 20:13:19 +03:00