SHOW:
|
|
- or go back to the newest paste.
1 | # SML Sample Block Config | |
2 | ||
3 | - | id = 225 # The ID number of the block |
3 | + | id = 225 # The ID number of the block |
4 | - | name = "Brick Block" # Name to present to level editor |
4 | + | name = "Brick Block" # Name to present to level editor |
5 | - | gfx = "brick01.png" # Name of graphic |
5 | + | gfx = "brick01.png" # Name of graphic |
6 | - | height = 16 # The block's height in pixels |
6 | + | from = Content # Which system has the graphic |
7 | - | width = 16 # The block's width in pixels |
7 | + | height = 16 # The block's height in pixels |
8 | - | type = SolidBlock # The block's behavior |
8 | + | width = 16 # The block's width in pixels |
9 | type = SolidBlock # The block's behavior |