mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 16:50:18 +01:00
Added color for mummy spawner.
This commit is contained in:
parent
d08fcbbe9e
commit
9890b8b8c7
@ -1998,6 +1998,7 @@ poisonivy:seedling 127 190 34
|
||||
poisonivy:sproutling 111 166 30
|
||||
pyramids:deco_stone2 255 255 255
|
||||
pyramids:deco_stone3 255 255 255
|
||||
pyramids:spawner_mummy 255 255 255
|
||||
pyramids:trap 200 183 143
|
||||
pyramids:trap_2 200 183 143
|
||||
signs:sign_post 117 86 41
|
||||
|
@ -44,7 +44,6 @@ func NewRenderer(xOfs, zOfs int16, width, height int) (renderer *Renderer) {
|
||||
return
|
||||
}
|
||||
|
||||
//func (r *Renderer) minY(x, z int16) (minY int32) {
|
||||
func (r *Renderer) minY(ofs, w int) (minY int32) {
|
||||
minY = int32(math.MaxInt32)
|
||||
for yEnd := ofs + w<<4; ofs < yEnd; {
|
||||
|
Loading…
Reference in New Issue
Block a user