Skip to content

Commit

Permalink
rb1: set menu bg fps to venue fps
Browse files Browse the repository at this point in the history
  • Loading branch information
lunalawl committed May 28, 2024
1 parent 0c15242 commit 0a78676
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 20 deletions.
16 changes: 9 additions & 7 deletions rb1/_ark/ui/matchmaking.dta
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@
(file
"practice_space.milo")
(enter
DX_FPS_SETUP
{$this refresh}
{meta music_stop}
{synth play bwt_practice_amb.cue}
#ifdef HX_PS3
{rnd set_sync 2}
#endif)
#ifdef HX_PS3
(exit
{rnd set_sync 1})
#endif
;#ifdef HX_PS3
;{rnd set_sync 2}
;#endif
)
;#ifdef HX_PS3
;(exit
; {rnd set_sync 1})
;#endif
(unload
{synth stop bwt_practice_amb.cue})
(refresh
Expand Down
16 changes: 9 additions & 7 deletions rb1/_ark/ui/shop.dta
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,20 @@
{helpbar set_limit_to_player_num -1}
{synth stop rockshop_amb.cue})
(enter
DX_FPS_SETUP
{$this set_ui_showing TRUE}
{helpbar
set_limit_to_player_num
[char_player_num]}
{synth play rockshop_amb.cue}
#ifdef HX_PS3
{rnd set_sync 2}
#endif)
#ifdef HX_PS3
(exit
{rnd set_sync 1})
#endif
;#ifdef HX_PS3
;{rnd set_sync 2}
;#endif
)
;#ifdef HX_PS3
;(exit
; {rnd set_sync 1})
;#endif
(set_ui_showing
($showing)
{foreach
Expand Down
15 changes: 9 additions & 6 deletions rb1/_ark/ui/tour.dta
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{fx is_up}
{fx fade_out}})
(enter
;DX_FPS_SETUP
{set
[zoomed]
FALSE}
Expand All @@ -27,16 +28,18 @@
{set
[playing_town_loop]
FALSE}
#ifdef HX_PS3
{rnd set_sync 2}
#endif)
;#ifdef HX_PS3
;{rnd set_sync 2}
;#endif
)
(exit
{synth stop bwt_spaceamb.cue}
{synth stop bwt_cityamb.cue}
{fx fade_out}
#ifdef HX_PS3
{rnd set_sync 1}
#endif)
;#ifdef HX_PS3
;{rnd set_sync 1}
;#endif
)
(play_town_loop
($play)
{if_else
Expand Down

0 comments on commit 0a78676

Please sign in to comment.