Skip to content

Commit

Permalink
- Added Title screen skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
iarwain committed Jan 31, 2021
1 parent c251e5d commit b2a8e30
Showing 1 changed file with 63 additions and 12 deletions.
75 changes: 63 additions & 12 deletions data/config/LostEcho.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,24 @@ SetList = MainInput

[MainInput]
KEY_ESCAPE = Quit
KEY_SPACE = Restart
KEY_SPACE = Restart # Start
KEY_ENTER = Start
KEY_BACKSPACE = Reset

JOY_BACK_1 = Reset
JOY_BACK_2 = Reset
JOY_BACK_3 = Reset
JOY_BACK_4 = Reset

JOY_START_1 = Restart
JOY_START_2 = Restart
JOY_START_3 = Restart
JOY_START_4 = Restart
JOY_START_1 = Restart # Start
JOY_START_2 = Restart # Start
JOY_START_3 = Restart # Start
JOY_START_4 = Restart # Start

JOY_A_1 = Restart
JOY_A_2 = Restart
JOY_A_3 = Restart
JOY_A_4 = Restart
JOY_A_1 = Restart # Start
JOY_A_2 = Restart # Start
JOY_A_3 = Restart # Start
JOY_A_4 = Restart # Start

[MainViewport]
Camera = MainCamera
Expand All @@ -62,10 +63,60 @@ ViewportList = MainViewport
WrapAround = false

[Title]
LifeTime = TrackList
TrackList = @
0 = Object.Create Select
ChildList = Preload
Loop = true
0 = > Input.IsActive Start, EvalIf < "Object.Create Select, Object.Delete ^"
ChildList = Name # Authors # Powered # PressStart # Preload

[Name]
Scale = 30
Graphic = @
Text = @
String = LOST ECHO
ParentCamera = MainCamera
UseParentSpace = false
Position = (0, -400)

[Authors]
Scale = 6
Pivot = top right
Graphic = @
Text = @
String = "FRANK BRIZUELA
ROMAIN KILLIAN"
ParentCamera = MainCamera
UseParentSpace = false
Position = (940, -520)

[Powered]
Scale = 6
Pivot = top left
Graphic = @
Text = @
String = "POWERED
BY
ORX"
ParentCamera = MainCamera
UseParentSpace = false
Position = (-940, -520)

[PressStart]
Scale = 8
Pivot = bottom truncate
Graphic = @
Text = @
String = "PRESS START TO CONTINUE..."
ParentCamera = MainCamera
UseParentSpace = false
Position = (0, 520)
FXList = @
Loop = true
Type = alpha
Curve = square
StartTime = 0
EndTime = 1
StartValue = 0
EndValue = -1

[Preload]
Group = none
Expand Down

0 comments on commit b2a8e30

Please sign in to comment.