Initializes the project with core files including: - Editor configuration (.editorconfig, .gitattributes, .gitignore, .vscode/settings.json) - Log.gd addon for enhanced debugging - Loggie addon for advanced logging - Project assets folder
14 lines
385 B
Text
14 lines
385 B
Text
[gd_resource type="StyleBoxFlat" format=3 uid="uid://ckw36egxdynxc"]
|
|
|
|
[resource]
|
|
draw_center = false
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
border_color = Color(0.71, 0.52114, 0.1704, 0.772549)
|
|
border_blend = true
|
|
corner_radius_top_left = 10
|
|
corner_radius_top_right = 10
|
|
corner_radius_bottom_right = 10
|
|
corner_radius_bottom_left = 10
|