Require( "animob/animob.ts" ) function rgb8Color( r, g, b ) return ( r*65536 + g*256 + b ) end return AnimobAconf({ version = 1, default = "bacio/bacio.aconf", object = { appearance = { modelSettings = { main = { colormap = "bacio/t000bacio000a_bluenwhit.jpg", }, exhaust = { colormap = "bacio/t001bacio001b_bluwxawst.jpg", }, }, }, }, appKeys = { fxDefs = { thrustSmokeLeft = { flameTexture = "fx/t0000fx6_hpxawstblue.png", }, nitroSmokeLeft = { flameTexture = "fx/t0000fx6_hpxawstblue.png", }, }, }, })