Updating Forest Map.

Merge pull request #325 from bombsquad-community/pre_release
This commit is contained in:
Vishal 2025-01-26 00:45:08 +05:30 committed by GitHub
commit 9300e38281
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View file

@ -14,6 +14,12 @@
}
],
"versions": {
"1.1.0": {
"api_version": 9,
"commit_sha": "4ccfc7b",
"released_on": "25-01-2025",
"md5sum": "d9bef02a82056bfc493722a44a4bcd35"
},
"1.0.1": {
"api_version": 8,
"commit_sha": "8e5970b",

View file

@ -1,6 +1,4 @@
# Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport)
# ba_meta require api 8
# ba_meta require api 9
from __future__ import annotations
from typing import TYPE_CHECKING
@ -94,7 +92,7 @@ class ForestMap(bs.Map):
attrs={
'mesh': self.preloaddata['bgmesh'],
'lighting': False,
'shadow': True,
# 'shadow': True,
'color_texture': self.preloaddata['bgtex']
}
)