Added alot of things, waypoints, grid for editor, game camera system, enemy moving on pre defined waypoint (path)

This commit is contained in:
2026-06-07 22:46:47 +02:00
parent 6283fb0d5a
commit 0171a5c845
23 changed files with 432 additions and 77 deletions
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

File diff suppressed because one or more lines are too long
+21
View File
@@ -0,0 +1,21 @@
{
"defaults": {
"colours": {
"normal_bg": "#252525",
"hovered_bg": "#353535",
"disabled_bg": "#202020",
"selected_bg": "#454545",
"active_bg": "#555555",
"normal_text": "#FFFFFF",
"hovered_text": "#FFFFFF",
"selected_text": "#FFFFFF",
"disabled_text": "#777777"
},
"font": {
"name": "assets/fonts/arial.ttf",
"size": "14",
"bold": "0",
"italic": "0"
}
}
}