mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Updating forest map
This commit is contained in:
parent
e88e7c8289
commit
4ccfc7bdc5
2 changed files with 3 additions and 4 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"1.1.0": null,
|
||||||
"1.0.1": {
|
"1.0.1": {
|
||||||
"api_version": 8,
|
"api_version": 8,
|
||||||
"commit_sha": "8e5970b",
|
"commit_sha": "8e5970b",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
# Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport)
|
# ba_meta require api 9
|
||||||
|
|
||||||
# ba_meta require api 8
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
|
|
@ -94,7 +92,7 @@ class ForestMap(bs.Map):
|
||||||
attrs={
|
attrs={
|
||||||
'mesh': self.preloaddata['bgmesh'],
|
'mesh': self.preloaddata['bgmesh'],
|
||||||
'lighting': False,
|
'lighting': False,
|
||||||
'shadow': True,
|
# 'shadow': True,
|
||||||
'color_texture': self.preloaddata['bgtex']
|
'color_texture': self.preloaddata['bgtex']
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue