Subversion Repository Public Repository

Nextrek

Diff Revisions 1357 vs 1358 for /Wrestling/data/scenario/title_screen.ks

Diff revisions: vs.
  @@ -9,6 +9,8 @@
9 9 [bg storage="title2.jpg" ]
10 10 *title
11 11
12 + [button storage="title_screen.ks" target="*patreon" graphic="icon/ico_patreon.png" width="97" height="97" x="1339" y="825" _clickable_img="" name="img_6" ]
13 + [button storage="title_screen.ks" target="*full_screen" graphic="icon/focus.png" width="97" height="97" x="1208" y="825" _clickable_img="" ]
12 14 [glink color="black" text="New Game" x="1517" y="866" size="20" target="*intro" storage="Intro.ks" width="100" height="" _clickable_img="" ]
13 15 [glink color="black" text="Load Game" x="1517" y="923" size="20" target="*load" width="100" height="" _clickable_img="" ]
14 16 [glink color="black" text="Quit" x="1515" y="980" size="20" target="*quit" width="100" height="" _clickable_img="" ]
  @@ -36,3 +38,19 @@
36 38 [_tb_end_tyrano_code]
37 39
38 40 [s ]
41 + *patreon
42 +
43 + [tb_start_tyrano_code]
44 + [web url="https://www.patreon.com/VillaPleasure"]
45 + [_tb_end_tyrano_code]
46 +
47 + [jump target="*title" storage="" ]
48 + [s ]
49 + *full_screen
50 +
51 + [tb_start_tyrano_code]
52 + [screen_full]
53 + [_tb_end_tyrano_code]
54 +
55 + [jump target="*title" storage="" ]
56 + [s ]