Skip to content

Commit

Permalink
add: pause screen & jump ability
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakljajic committed Aug 25, 2024
1 parent 518134c commit 2569e16
Show file tree
Hide file tree
Showing 15 changed files with 1,701 additions and 143 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ Tux Racer Go is a [Tux Racer](https://en.wikipedia.org/wiki/Tux_Racer) clone whi
### Controls

- __W__ - _Speed Up_
- __A__ - _Go Left_
- __A__ - _Turn Left_
- __S__ - _Slow Down_
- __D__ - _Go Right_
- __D__ - _Turn Right_
- __E__ - _Jump_ (Hold the key)

### Credits

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
140 changes: 140 additions & 0 deletions Tux Racer Go/Assets/Art/Textures/UI/gaugeenergymask.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tux Racer Go/Assets/Audio/Audio.mixer
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ AudioMixerSnapshotController:
m_SnapshotID: 9b2445519823b494dbd4ad55fdfa649a
m_FloatValues:
b67c04dafd754ed4c8595507579d2d97: 0
f06a9b4ec8216d143a264158615ffbd4: 0
c719877e7e834784b8a5437ff9353da1: 0
f06a9b4ec8216d143a264158615ffbd4: -29.519157
c719877e7e834784b8a5437ff9353da1: -15.421314
m_TransitionOverrides: {}
--- !u!243 &1185368633519202112
AudioMixerGroupController:
Expand Down
4 changes: 2 additions & 2 deletions Tux Racer Go/Assets/Prefabs/AudioManager.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ MonoBehaviour:
source: {fileID: 0}
- name: SnowSlide
clip: {fileID: 8300000, guid: 38a0ce02d6acda748abe0749e958c0c2, type: 3}
volume: 1
volume: 0.4
volumeVariance: 0
pitch: 1
pitchVariance: 0.05
Expand All @@ -67,7 +67,7 @@ MonoBehaviour:
source: {fileID: 0}
- name: IceSlide
clip: {fileID: 8300000, guid: 254582bd0c930004ba3f098f725db43d, type: 3}
volume: 1
volume: 0.8
volumeVariance: 0
pitch: 1
pitchVariance: 0.05
Expand Down
Loading

0 comments on commit 2569e16

Please sign in to comment.