mirror of
https://github.com/csd4ni3l/game-of-life.git
synced 2026-01-01 12:33:42 +01:00
add controller support
This commit is contained in:
@@ -2,6 +2,7 @@ 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"))
|
||||
cursor_texture = arcade.load_texture("assets/graphics/cursor.png")
|
||||
|
||||
create_sound = arcade.Sound("assets/sound/create.mp3")
|
||||
destroy_sound = arcade.Sound("assets/sound/destroy.mp3")
|
||||
|
||||
Reference in New Issue
Block a user