mirror of
https://github.com/csd4ni3l/shatterstack.git
synced 2026-01-01 04:23:48 +01:00
add credits, sound, background, fix some bugs
This commit is contained in:
@@ -2,3 +2,6 @@ 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"))
|
||||
|
||||
theme_sound = arcade.Sound("assets/sound/music.ogg")
|
||||
click_sound = arcade.Sound("assets/sound/click.wav")
|
||||
|
||||
Reference in New Issue
Block a user