File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ local modpath = minetest.get_modpath("sm_game")
2121local setting_file = Settings (minetest .get_worldpath ().. " /sm_game.conf" )
2222
2323local settings = {
24- music = setting_file :get_bool (" subwayminer.music" , true ),
24+ music = setting_file :get_bool (" subwayminer.music" , false ),
2525 speed_clipping = tonumber (setting_file :get (" subwayminer.speed_clipping" )) or 30
2626}
2727
@@ -519,7 +519,7 @@ minetest.register_globalstep(function(dtime)
519519 end
520520
521521 if ctime == 0 then
522- cache_player :hud_change (data .hud_ids .coin_count , " text" , " 00000 " )
522+ cache_player :hud_change (data .hud_ids .coin_count , " text" , " 000000 " )
523523 cache_player :hud_change (data .hud_ids .title , " text" , " 3.." )
524524 cache_player :hud_change (data .hud_ids .title , " number" , wait_hud_colors [1 ])
525525 cache_player :hud_change (data .hud_ids .title_bg , " text" , " sm_game_title_hud.png" )
You can’t perform that action at this time.
0 commit comments