mirror of
https://github.com/csd4ni3l/connect-the-current.git
synced 2026-01-01 04:13:41 +01:00
Add rotation change sound effect, add tutorial and also add it to README, fix window title, add statistics label, add custom difficulty
This commit is contained in:
@@ -3,6 +3,12 @@ from arcade.types import Color
|
||||
from arcade.gui.widgets.buttons import UITextureButtonStyle, UIFlatButtonStyle
|
||||
from arcade.gui.widgets.slider import UISliderStyle
|
||||
|
||||
CUSTOM_DIFFICULTY_SETTINGS = [
|
||||
["source_count", "Source Count", 1, 20],
|
||||
["house_count", "House Count", 1, 20],
|
||||
["size", "Size", 3, 30]
|
||||
]
|
||||
|
||||
ROTATIONS = {
|
||||
"line": ["vertical", "horizontal"],
|
||||
"corner": ["right_bottom", "left_bottom", "left_top", "right_top"],
|
||||
|
||||
Reference in New Issue
Block a user