In the final version I'd like to have flags that you can collect on the way, so the player knows where to go. If anyone knows if there is a way to add or remove objects through script it would be very helpful.




Code: Select all
<Sky>
<DomeTexture>Data/Textures/skies/blue4.tga</DomeTexture>
<SunAngularRad>0.147508</SunAngularRad>
<SunColorAngle>348.177</SunColorAngle>
<RayToSun r0="0.823090" r1="0.310594" r2="-0.475451" />
<ExtraAO>0</ExtraAO>
</Sky>Decals are one good option. Coloring the blocks specific colors to lead you along would be another.MrCrinkle wrote:Glad you liked it. I'm planning to add flags to show where to go, but I'm not sure how yet.