mirror of
https://github.com/csd4ni3l/connect-the-current.git
synced 2026-01-01 04:13:41 +01:00
improve performance by using arcade Sprites instead of buttons, add win check and display winning, small fixes and improvements
This commit is contained in:
@@ -39,6 +39,6 @@ TEXTURE_MAP = {
|
||||
|
||||
("power_source", "cross", True): arcade.load_texture("assets/graphics/power_source.png"),
|
||||
|
||||
("house", "cross", False): button_texture,
|
||||
("house", "cross", True): button_texture,
|
||||
("house", "cross", True): arcade.load_texture("assets/graphics/powered_lines/cross/cross.png"),
|
||||
("house", "cross", False): arcade.load_texture("assets/graphics/unpowered_lines/cross/cross.png"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user