Add saving/loading, update tutorial to include removal, add LABEL gate, draw ui over sprites and only activate camera for sprites, use rounded buttons in tools box

This commit is contained in:
csd4ni3l
2025-10-18 22:31:01 +02:00
parent 37a481aeab
commit be262bf253
5 changed files with 166 additions and 37 deletions

View File

@@ -3,8 +3,10 @@ from arcade.types import Color
from arcade.gui.widgets.buttons import UITextureButtonStyle, UIFlatButtonStyle
from arcade.gui.widgets.slider import UISliderStyle
menu_background_color = (30, 30, 47)
log_dir = 'logs'
save_dir = 'saves'
menu_background_color = (30, 30, 47)
discord_presence_id = 1427213145667276840
SINGLE_INPUT_LOGICAL_GATES = ["NOT", "OUTPUT"]
@@ -318,4 +320,5 @@ settings = {
},
"Credits": {}
}
settings_start_category = "Graphics"