Skip to content

Commit

Permalink
version info on splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lunalawl committed Sep 28, 2023
1 parent ea7275e commit b9979b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _ark/ui/splash/splash.dta
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@
#else
{{{{sv8_panel find sv8_a} find cityscape_ao} find logo.tex} set_bitmap "dx/custom_textures/_additional_textures/rb3dx_logo.png"}
#endif
{loading.grp set_showing FALSE})
{rb3.lbl set_showing TRUE} ; dx - this is an unused label i found, we're using it to print version info
{rb3.lbl set_token_fmt rb3e_mod_string} ; dx - show version info
{rb3.lbl set_local_scale 0.35 0.35 0.35} {rb3.lbl set_local_pos 225 0 -175} ; dx - set the size and position of the version info
{loading.grp set_showing FALSE}
)
(poll
; #ifdef HX_PS3
; {if
Expand Down

0 comments on commit b9979b0

Please sign in to comment.