mirror of
https://github.com/csd4ni3l/chaos-protocol.git
synced 2026-01-01 04:23:43 +01:00
Add settings for default values instead of constants, remove sfx from settings, add music, add missing collision event, remove 1366x768 as an allowed resolution
This commit is contained in:
@@ -12,3 +12,5 @@ SPRITE_TEXTURES = {
|
||||
"rectangle": arcade.load_texture(os.path.join(_assets_dir, 'graphics', 'sprites', 'rectangle.png')),
|
||||
"triangle": arcade.load_texture(os.path.join(_assets_dir, 'graphics', 'sprites', 'triangle.png')),
|
||||
}
|
||||
|
||||
theme_sound = arcade.Sound(os.path.join(_assets_dir, 'sound', 'music.ogg'))
|
||||
Reference in New Issue
Block a user