Fixed typo

This commit is contained in:
DonBatman 2016-04-04 14:12:29 -07:00
parent da4715359e
commit 35b43b7841
5 changed files with 15 additions and 3 deletions

View File

@ -12,4 +12,3 @@ sandstone
sandstone brick
brick
Licence - WTFPL

View File

@ -16,5 +16,5 @@ walls.register(":walls:stone_brick", "Stone Brick Wall", "default_stone_brick.pn
walls.register(":walls:desert_stone", "Desert Stone Wall", "default_desert_stone.png",
"default:desert_stone", default.node_sound_stone_defaults())
walls.register(":walls:desrt_stone_brick", "Desert Stone Brick Wall", "default_desert_stone_brick.png",
walls.register(":walls:desert_stonebrick", "Desert Stone Brick Wall", "default_desert_stone_brick.png",
"default:desert_stonebrick", default.node_sound_stone_defaults())

13
licence.txt Normal file
View File

@ -0,0 +1,13 @@
DO WHAT YOU WANT TO PUBLIC LICENSE
or abbreviated DWYWPL
December 2nd 2015
License Copyright (C) 2015 Michael Tomaino (PlatinumArts@gmail.com)
www.sandboxgamemaker.com/DWYWPL/
DO WHAT YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1. You are allowed to do whatever you want to with what content is using this license.
2. This content is provided 'as-is', without any express or implied warranty. In no event
will the authors be held liable for any damages arising from the use of this content.

View File

@ -14,4 +14,4 @@ sandstone
sandstone brick
brick
Licence - WTFPL
Licence - DWYWPL

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 100 KiB