Skip to content

Commit

Permalink
- Updated tutorial with controls
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrizu committed Jan 31, 2021
1 parent 5ff3796 commit ac028bc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/config/font.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[PixelFont]
Texture = font.png
CharacterList = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890.[] ,"
CharacterList = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890.[] ,:"
CharacterSize = (4,8)
26 changes: 20 additions & 6 deletions data/config/tutorial.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Tutorial]
ChildList = TutorialMatch # TutorialSwap # TutorialTitle # MatchText # SwapText
ChildList = TutorialMatch # TutorialSwap # TutorialTitle # MatchText # SwapText # ControlsText

[TutorialMatch]
ParentCamera = MainCamera
UseParentSpace = position
Position = (-.2, -.05)
Position = (-.2, -.15)
Scale = 5
Graphic = @
Texture = tutorial_match.png
Expand All @@ -14,7 +14,7 @@ TextureSize = (100, 100)
[TutorialSwap]
ParentCamera = MainCamera
UseParentSpace = position
Position = (.2, -.05)
Position = (.2, -.15)
Scale = 5
Graphic = @
Texture = tutorial_swap.png
Expand All @@ -35,19 +35,33 @@ Scale = 10
ParentCamera = MainCamera
UseParentSpace = position
Pivot = top center
Position = (-.2, .2)
Position = (-.2, .1)
Graphic = @
Text = @
String = "FLIP TWO CARDS AND FIND A MATCH.
EARN POINTS BY FINDING YOUR TARGET."
EARN POINTS BY FINDING MORE PAIRS."
Scale = 4

[SwapText]
ParentCamera = MainCamera
UseParentSpace = position
Pivot = top center
Position = (.2, .2)
Position = (.2, .1)
Graphic = @
Text = @
String = "SWAP CARDS POSITIONS ON THE BOARD"
Scale = 4

[ControlsText]
ParentCamera = MainCamera
UseParentSpace = position
Pivot = bottom center
Position = (0, .4)
Graphic = @
Text = @
String = "CONTROLS:
LEFT HAND: LJOYSTICK, DPAD, WASD
RIGHT HAND: RJOYSTICK, ABXY, ARROWS
PICKUP CARDS: BUMPERS, SPACE
SHUFFLE CARDS: TRIGGERS, SHIFT"
Scale = 4
Binary file modified data/texture/font.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac028bc

Please sign in to comment.