Skip to content

Commit 9db2872

Browse files
committed
mapgen almost done
1 parent bb09d12 commit 9db2872

8 files changed

Lines changed: 839 additions & 6 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"editor.formatOnSave": true,
77
"editor.formatOnPaste": true,
88
"editor.codeActionsOnSave": {
9-
"source.sortImports": true
9+
"source.sortImports": "explicit"
1010
}
1111
},
1212
"haxe.enableExtendedIndentation": true

Project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<haxelib name="flixel" />
3939

4040
<!--In case you want to use the addons package-->
41-
<!--<haxelib name="flixel-addons" />-->
41+
<haxelib name="flixel-addons" />
4242

4343
<!--In case you want to use the ui package-->
4444
<!--<haxelib name="flixel-ui" />-->

assets/images/autotiles.png

306 Bytes
Loading

0 commit comments

Comments
 (0)