Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,12 @@ if __name__ == "__main__":
|
|
26 |
fix_file("webui/templates/tempura.css")
|
27 |
fix_file("webui/templates/background.css")
|
28 |
fix_file("webui/doki_settings.json")
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
from wfd.webui import start_demo
|
31 |
class Arguments:
|
|
|
26 |
fix_file("webui/templates/tempura.css")
|
27 |
fix_file("webui/templates/background.css")
|
28 |
fix_file("webui/doki_settings.json")
|
29 |
+
fix_file("tile_data/wfc/platform_32x32.npz")
|
30 |
+
fix_file("tile_data/platform.cv5.bin")
|
31 |
+
fix_file("tile_data/platform.png")
|
32 |
+
fix_file("tile_data/platform_mapping.npz")
|
33 |
+
fix_file("tile_data/platform_v2.npz")
|
34 |
+
fix_file("default/base.chk")
|
35 |
|
36 |
from wfd.webui import start_demo
|
37 |
class Arguments:
|