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
42 changes: 42 additions & 0 deletions data/characters.stlst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
;; SuperTux character profiles
(supertux-playerlist
(player
(id "tux")
(name "Tux")
(sprite "tux.sprite")
(max-speed 230.0)
(max-speed-multiplier 1.0)
(acceleration 200.0)
(deceleration 200.0)
(jump-force 8.4)
(fall-acceleration 20.0)
(hitbox-width 31.8)
(hitbox-height 63.8)
)
(player
(id "penny")
(name "Penny")
(sprite "penny.sprite")
(max-speed 230.0)
(max-speed-multiplier 1.0)
(acceleration 200.0)
(deceleration 200.0)
(jump-force 8.4)
(fall-acceleration 20.0)
(hitbox-width 31.8)
(hitbox-height 63.8)
)
(player
(id "larry")
(name "Larry")
(sprite "larry.sprite")
(max-speed 230.0)
(max-speed-multiplier 1.0)
(acceleration 200.0)
(deceleration 200.0)
(jump-force 8.4)
(fall-acceleration 20.0)
(hitbox-width 31.8)
(hitbox-height 63.8)
)
)
Loading
Loading