Skip to content

Commit

Permalink
- Added select menu text
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrizu committed Jan 31, 2021
1 parent f43460d commit ed5b8d1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
27 changes: 27 additions & 0 deletions data/config/select.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,30 @@
LifeTime = TrackList
TrackList = @
0 = Object.Create Scene

[PlayerSelection]
ParentCamera = MainCamera
UseParentSpace = position
Pivot = bottom truncate
Position = (0, .45)
Scale = 7
Graphic = @
TrackList = BlinkTrack
Text = @
String = "[1] PLAYER, [2] PLAYERS, [3] PLAYERS, [4] PLAYERS"

[InputText]
ParentCamera = MainCamera
UseParentSpace = position
Pivot = bottom truncate
Position = (0, .35)
Scale = 5
Graphic = @
Text = @
String = "[RIGHT, LEFT] CHOOSE NUMBER OF CARDS
[UP, DOWN] CHOOSE DECK"

[BlinkTrack]
1 = Object.SetAlpha ^ 0
1.5 = Object.SetAlpha ^ 1
Loop = true
18 changes: 0 additions & 18 deletions data/config/startmenu.ini

This file was deleted.

0 comments on commit ed5b8d1

Please sign in to comment.