ADD support for Office, Ancient, Anubis and Overpass
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
|
from render.settings_menu_renderer import SettingsMenuRenderer
|
||||||
|
|
||||||
class SettingsController:
|
class SettingsController:
|
||||||
def __init__(self, settings_renderer, callback, context):
|
def __init__(self, settings_renderer: SettingsMenuRenderer, callback, context):
|
||||||
self.settings_renderer = settings_renderer
|
self.settings_renderer = settings_renderer
|
||||||
self.switch_state = callback
|
self.switch_state = callback
|
||||||
self.context = context
|
self.context = context
|
||||||
|
|||||||
9
maps/cs_office.json
Normal file
9
maps/cs_office.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
{
|
||||||
|
"material": "maps/cs_office.png",
|
||||||
|
"pos_x": -1838,
|
||||||
|
"pos_y": 1858,
|
||||||
|
"scale": 4.1,
|
||||||
|
"rotate": 0
|
||||||
|
}
|
||||||
|
|
||||||
BIN
maps/cs_office.png
Normal file
BIN
maps/cs_office.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 195 KiB |
8
maps/de_ancient.json
Normal file
8
maps/de_ancient.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
{
|
||||||
|
"material": "maps/de_ancient.png",
|
||||||
|
"pos_x": -2953,
|
||||||
|
"pos_y": 2164,
|
||||||
|
"scale": 5
|
||||||
|
}
|
||||||
|
|
||||||
BIN
maps/de_ancient.png
Normal file
BIN
maps/de_ancient.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
6
maps/de_anubis.json
Normal file
6
maps/de_anubis.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"material": "maps/de_anubis.png",
|
||||||
|
"pos_x": -2796.000000,
|
||||||
|
"pos_y": 3328.000000,
|
||||||
|
"scale": 5.220000
|
||||||
|
}
|
||||||
BIN
maps/de_anubis.png
Normal file
BIN
maps/de_anubis.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
8
maps/de_overpass.json
Normal file
8
maps/de_overpass.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
{
|
||||||
|
"material": "maps/de_overpass.png",
|
||||||
|
"pos_x": -4831,
|
||||||
|
"pos_y": 1781,
|
||||||
|
"scale": 5.2
|
||||||
|
|
||||||
|
}
|
||||||
BIN
maps/de_overpass.png
Normal file
BIN
maps/de_overpass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 200 KiB |
Reference in New Issue
Block a user