aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/mbb
ModeNameSize
-rw-r--r--advtrains_engine_japan.xcf2621842logplain
-rw-r--r--jpn_engine_anim_uv.png274484logplain
-rw-r--r--jpn_wagon_anim_uv.png206208logplain
-rw-r--r--modern_japanlocomotive.blend715116logplain
-rw-r--r--modern_japanlocomotive.blend1715116logplain
-rw-r--r--modern_japanlocomotive.png204978logplain
-rw-r--r--modern_japanlocomotive.xcf957175logplain
-rw-r--r--modern_japanlocomotive_anim.blend1149060logplain
-rw-r--r--modern_japanlocomotive_anim.blend11170088logplain
-rw-r--r--modern_japanlocomotive_anim_uv.blend1146996logplain
-rw-r--r--modern_japanlocomotive_anim_uv.blend11144108logplain
-rw-r--r--modern_japanlocomotive_windows.blend790808logplain
-rw-r--r--modern_japanlocomotive_windows.blend1790808logplain
-rw-r--r--modern_japanlocomotive_windows_join.blend762448logplain
-rw-r--r--modern_japanlocomotive_windows_join.blend1767528logplain
-rw-r--r--modern_locomotive.blend732124logplain
-rw-r--r--modern_wagong.blend471140logplain
-rw-r--r--modern_wagong.blend1518316logplain
-rw-r--r--modern_wagong_uv.blend571364logplain
-rw-r--r--modern_wagong_uv.blend1575708logplain
-rw-r--r--modern_wagong_uv.png189564logplain
-rw-r--r--prellbock.blend745176logplain
-rw-r--r--prellbock.blend1485416logplain
-rw-r--r--prellbock.uv.png4034logplain
-rw-r--r--regio-lokomotive.blend704160logplain
-rw-r--r--regio-waron.blend545620logplain
-rw-r--r--retrosignal.blend488920logplain
-rw-r--r--retrosignal.blend1507800logplain
-rw-r--r--signal(2)_hoch.blend472092logplain
-rw-r--r--tr-logo.png197logplain
-rw-r--r--weichenhebel1.blend493028logplain
-rw-r--r--weichenhebel2.blend492996logplain
ass="hl opt">.. n .. ".png" end local path = gamedetails.path .. DIR_DELIM .. "menu" .. DIR_DELIM .. filename if core.set_background(identifier, path) then return true end return false end -------------------------------------------------------------------------------- function mm_game_theme.set_dirt_bg() if mm_game_theme.texturepack ~= nil then local path = mm_game_theme.texturepack .. DIR_DELIM .."default_dirt.png" if core.set_background("background", path, true, 128) then return true end end -- Use universal fallback texture in textures/base/pack local minimalpath = defaulttexturedir .. "menu_bg.png" core.set_background("background", minimalpath, true, 128) end -------------------------------------------------------------------------------- function mm_game_theme.set_music(gamedetails) if mm_game_theme.music_handle ~= nil then core.sound_stop(mm_game_theme.music_handle) end local music_path = gamedetails.path .. DIR_DELIM .. "menu" .. DIR_DELIM .. "theme" mm_game_theme.music_handle = core.sound_play(music_path, true) end