23 lines
530 B
Plaintext
23 lines
530 B
Plaintext
; Fancy name for the module!
|
|
name Test
|
|
; description of the module, if it wasn't obvious enough
|
|
description "Module of Testing - also maybe undead slaying"
|
|
; range of recommended players
|
|
players 1-6
|
|
; default sprite x scale
|
|
scale_x 2.0
|
|
; default sprite y scale
|
|
scale_y 2.0
|
|
; the list of sprites to use and tie to particular TIDs
|
|
sprites {
|
|
; key = TID, value = spritesheet for that TID
|
|
0 players
|
|
1 ground
|
|
2 walls
|
|
}
|
|
; list of playable characters for character creation
|
|
chars {
|
|
; key is arbitrary, value = TID:ID
|
|
0 0:0
|
|
}
|