Home
last modified time | relevance | path

Searched refs:show_floor_texture (Results 1 – 4 of 4) sorted by relevance

/dports/games/gltron/gltron-0.70/scripts/
H A Dartpack.lua7 video.settings.show_floor_texture = 1
/dports/games/gltron/gltron-0.70/src/include/configuration/
H A Dsettings.h17 int show_floor_texture; member
/dports/games/gltron/gltron-0.70/src/configuration/
H A Dsettings.c124 gSettingsCache.show_floor_texture = getVideoSettingi("show_floor_texture"); in updateSettingsCache()
/dports/games/gltron/gltron-0.70/src/video/
H A Dgamegraphics.c355 if (gSettingsCache.show_floor_texture) { in drawCam()