Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions trivialkart/trivialkart-unity/Assets/Resources/gamestats.meta

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Stat Id,Event Property Name,Stat Display Name,Stat Description,Icon File Name,Good value direction,Unit
5,currentProgress,Level,Players accumulate xp by playing matches and level up.,Level.png,increasing,KILOMETER

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Stat Id,Event Name,Event Property Name,Aggregation Type,Stat Display Name,Stat Description,Filter Property,Filter Operator,Filter Value,Is Competitive,Min limit,Max limit,Icon File Name,Good value direction,Unit
1,raceCompleted,rank,COUNT,Races won,The total number of races the player has won,rank,=,1,TRUE,0,50,stat1.png,INCREASING,
2,raceCompleted,raceTime,MIN,Fastest race,The player's shortest completion time for a single race.,,,,TRUE,0,50,stat3.png,DECREASING,
3,raceCompleted,carUsed,COUNT,Races finished with Mustang,The total count of races the player has completed while driving the Mustang.,carUsed,=,"""mustang""",FALSE,,,stat4.png,INCREASING,
4,carUpgraded,carCharacteristic,COUNT,Car upgrades,The total count of races the player has completed while driving the Mustang.,,,,FALSE,,,stat2.png,INCREASING,

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading