1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-07 10:59:49 +00:00
Pixelorama/src/Tools
Emmanouil Papadeas f84f15b8ae Experiment with Steam achievements, using a new SteamManager class
This has no effect on non-Steam builds. Steam achievements are mostly for fun, but can also be educational because they can let users know of certain features and functionalities. It's using the GodotSteam GDExtension, but because I do not want to bloat the GitHub repository with things that are not needed for most builds, I decided not to include the GDExtension files, and instead check if the `Steam` class exists in `ClassDB`. The new SteamManager class pretty much does nothing on non-Steam builds, so do not worry about bloat.

In the future we could even take advantage of more of Steam's features, such as Cloud storage for pxo files.
2024-07-22 03:11:29 +03:00
..
3DTools Increase the slider bounds of the crop tool and the scale slider max value of the 3DShapeEdit tool 2024-07-12 12:53:37 +03:00
DesignTools Experiment with Steam achievements, using a new SteamManager class 2024-07-22 03:11:29 +03:00
SelectionTools Clear polygon select tool when switching projects 2024-06-01 16:03:39 +03:00
UtilityTools Increase the slider bounds of the crop tool and the scale slider max value of the 3DShapeEdit tool 2024-07-12 12:53:37 +03:00
BaseDraw.gd Move the dynamics-related code into a new script 2024-07-19 19:39:13 +03:00
BaseDraw.tscn Add flip X and Flip Y, and Rotation (90, 180, 270) buttons to BaseTool (#988) 2024-03-23 16:39:44 +02:00
BaseSelectionTool.gd Move selection offset code inside SelectionMap.is_pixel_selected() 2024-04-13 17:57:51 +03:00
BaseSelectionTool.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00
BaseShapeDrawer.gd Fix shape tools indicator being reset after drawing 2024-06-27 01:25:17 +03:00
BaseShapeDrawer.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00
BaseTool.gd Some static typing improvements 2024-03-22 03:07:21 +02:00
BaseTool.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00