Setup for basic Editor for map, started gameplay screen

This commit is contained in:
2026-05-20 15:58:06 +02:00
parent cc0a92060b
commit 6283fb0d5a
13 changed files with 383 additions and 59 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

+1
View File
@@ -0,0 +1 @@
{"tilemap": {"7;5": {"type": "base", "variant": 0, "pos": [7, 5]}, "7;6": {"type": "base", "variant": 0, "pos": [7, 6]}, "8;6": {"type": "base", "variant": 0, "pos": [8, 6]}}, "tile_size": 16}
+26
View File
@@ -0,0 +1,26 @@
{
"defaults": {
"colours": {
"normal_bg": "#45494e",
"hovered_bg": "#35393e",
"disabled_bg": "#25292e",
"selected_bg": "#193754",
"dark_bg": "#15191e",
"normal_text": "#c5cbd8",
"hovered_text": "#FFFFFF",
"selected_text": "#FFFFFF",
"disabled_text": "#6d736f",
"link_text": "#0000EE",
"link_hover": "#2020FF",
"link_selected": "#551A8B",
"text_shadow": "#777777",
"normal_border": "#DDDDDD",
"hovered_border": "#B0B0B0",
"disabled_border": "#808080",
"selected_border": "#8080B0",
"active_border": "#8080B0",
"filled_bar": "#f4251b",
"unfilled_bar": "#CCCCCC"
}
}
}