Search found 1 match

by zerox
Tue Dec 03, 2024 8:35 pm
Forum: Modding help
Topic: Technology grahpic ignoring Size
Replies: 0
Views: 210

Technology grahpic ignoring Size

so for some odd reason i cant get the technology icon to render correctly
help would be appricietet
require("lib.colors")
require("lib.entities")

local dsb = false
if mods['DoubleSpeedBelts'] then
dsb = true
end

local yellow = RGB{178, 173, 50}
local red = RGB{200, 80, 60}
local cyan = RGB{60 ...

Go to advanced search