refactor: plotter, generator
This commit is contained in:
+10
-10
@@ -1,15 +1,15 @@
|
||||
package generator
|
||||
|
||||
type MapSetting struct {
|
||||
Players uint
|
||||
HWSize uint
|
||||
HWResources uint
|
||||
HWMinDistance uint
|
||||
DWCount uint
|
||||
DWSize uint
|
||||
DWResources uint
|
||||
DWMinDistance uint
|
||||
DWMaxDistance uint
|
||||
Players uint32
|
||||
HWSize uint32
|
||||
HWResources uint32
|
||||
HWMinDistance uint32
|
||||
DWCount uint32
|
||||
DWSize uint32
|
||||
DWResources uint32
|
||||
DWMinDistance uint32
|
||||
DWMaxDistance uint32
|
||||
|
||||
GiantPlanets PlanetSetting
|
||||
BigPlanets PlanetSetting
|
||||
@@ -19,7 +19,7 @@ type MapSetting struct {
|
||||
}
|
||||
|
||||
type PlanetSetting struct {
|
||||
MinDistanceHW uint
|
||||
MinDistanceHW uint32
|
||||
MinSize float32
|
||||
MaxSize float32
|
||||
MinResource float32
|
||||
|
||||
Reference in New Issue
Block a user