Initial commit, SVG loading for physics sandbox doesnt work.

This commit is contained in:
csd4ni3l
2025-09-12 08:19:42 +02:00
commit 9c632d1bec
24 changed files with 2721 additions and 0 deletions

4
utils/preload.py Normal file
View File

@@ -0,0 +1,4 @@
import arcade.gui, arcade
button_texture = arcade.gui.NinePatchTexture(64 // 4, 64 // 4, 64 // 4, 64 // 4, arcade.load_texture("assets/graphics/button.png"))
button_hovered_texture = arcade.gui.NinePatchTexture(64 // 4, 64 // 4, 64 // 4, 64 // 4, arcade.load_texture("assets/graphics/button_hovered.png"))