Skip to content

Commit

Permalink
kidsaendrer
Browse files Browse the repository at this point in the history
  • Loading branch information
Piees committed Oct 27, 2015
1 parent 59b9607 commit 0c2924f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added images/sandstone_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sandstone_down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Pipe(BaseWidget):
def __init__(self, **kwargs):
super(Pipe, self).__init__(**kwargs)

for name in ('pipe', 'ptop'):
for name in ('sandstone_1', 'ptop'):
self.load_tileable(name)

def set_coords(self, coords, len):
Expand Down

0 comments on commit 0c2924f

Please sign in to comment.