彻底换一下
This commit is contained in:
@@ -20,7 +20,7 @@ public partial class MapManager : MonoBehaviour
|
||||
map = new Map(width, height, sideWidth, sideHeight);
|
||||
map.SetMapId(mapid);
|
||||
//默认设置半透明0.3
|
||||
map.ChangeGridAlpha(0.4f);
|
||||
map.ChangeGridAlpha(0.25f);
|
||||
onMapCreated?.Invoke();
|
||||
return map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user