mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
🥀
This commit is contained in:
parent
3b98ee9647
commit
3cb8091b11
1 changed files with 2 additions and 1 deletions
|
|
@ -392,7 +392,8 @@ class Scene_Map
|
|||
@spriteset = Spriteset_Map.new
|
||||
# Update map (run parallel process event)
|
||||
$game_map.update
|
||||
Input.set_led(GamepadMapColors::COLORS[$game_map.map_id].red, GamepadMapColors::COLORS[$game_map.map_id].green, GamepadMapColors::COLORS[$game_map.map_id].blue)
|
||||
color = GamepadMapColors::COLORS[$game_map.map_id] || GamepadMapColors::SUN
|
||||
Input.set_led(color.red, color.green, color.blue)
|
||||
@spriteset.update
|
||||
# Run automatic change for BGM and BGS set on the map
|
||||
$game_map.autoplay
|
||||
|
|
|
|||
Loading…
Reference in a new issue