diff --git a/concept/ChatGPT Image Jun 4, 2025, 11_47_36 PM.png b/concept/ChatGPT Image Jun 4, 2025, 11_47_36 PM.png new file mode 100644 index 0000000..2f3c348 Binary files /dev/null and b/concept/ChatGPT Image Jun 4, 2025, 11_47_36 PM.png differ diff --git a/concept/ChatGPT Image Jun 4, 2025, 11_48_39 PM.png b/concept/ChatGPT Image Jun 4, 2025, 11_48_39 PM.png new file mode 100644 index 0000000..a9511b3 Binary files /dev/null and b/concept/ChatGPT Image Jun 4, 2025, 11_48_39 PM.png differ diff --git a/concept/blue car.png b/concept/blue car.png new file mode 100644 index 0000000..67cebfb Binary files /dev/null and b/concept/blue car.png differ diff --git a/concept/concept.png b/concept/concept.png new file mode 100644 index 0000000..9774998 Binary files /dev/null and b/concept/concept.png differ diff --git a/flake.nix b/flake.nix index 4a75a93..af51036 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,9 @@ # Assets/Textures pkgs.krita pkgs.texturepacker + + # Worldbuilding + pkgs.ldtk ]; }; }; diff --git a/ldtk/test.ldtk b/ldtk/test.ldtk new file mode 100644 index 0000000..7c4feec --- /dev/null +++ b/ldtk/test.ldtk @@ -0,0 +1,71 @@ +{ + "__header__": { + "fileType": "LDtk Project JSON", + "app": "LDtk", + "doc": "https://ldtk.io/json", + "schema": "https://ldtk.io/files/JSON_SCHEMA.json", + "appAuthor": "Sebastien 'deepnight' Benard", + "appVersion": "1.5.3", + "url": "https://ldtk.io" + }, + "iid": "0b3963b0-3740-11f0-948b-c9cdad1571f7", + "jsonVersion": "1.5.3", + "appBuildId": 473703, + "nextUid": 1, + "identifierStyle": "Capitalize", + "toc": [], + "worldLayout": "Free", + "worldGridWidth": 256, + "worldGridHeight": 256, + "defaultLevelWidth": 256, + "defaultLevelHeight": 256, + "defaultPivotX": 0, + "defaultPivotY": 0, + "defaultGridSize": 16, + "defaultEntityWidth": 16, + "defaultEntityHeight": 16, + "bgColor": "#40465B", + "defaultLevelBgColor": "#696A79", + "minifyJson": false, + "externalLevels": false, + "exportTiled": false, + "simplifiedExport": false, + "imageExportMode": "None", + "exportLevelBg": true, + "pngFilePattern": null, + "backupOnSave": false, + "backupLimit": 10, + "backupRelPath": null, + "levelNamePattern": "Level_%idx", + "tutorialDesc": null, + "customCommands": [], + "flags": [], + "defs": { "layers": [], "entities": [], "tilesets": [], "enums": [], "externalEnums": [], "levelFields": [] }, + "levels": [ + { + "identifier": "Level_0", + "iid": "0b398ac0-3740-11f0-948b-7b086d4583d1", + "uid": 0, + "worldX": 0, + "worldY": 0, + "worldDepth": 0, + "pxWid": 256, + "pxHei": 256, + "__bgColor": "#696A79", + "bgColor": null, + "useAutoIdentifier": true, + "bgRelPath": null, + "bgPos": null, + "bgPivotX": 0.5, + "bgPivotY": 0.5, + "__smartColor": "#ADADB5", + "__bgPos": null, + "externalRelPath": null, + "fieldInstances": [], + "layerInstances": [], + "__neighbours": [] + } + ], + "worlds": [], + "dummyWorldIid": "0b3963b1-3740-11f0-948b-010127d795ae" +} \ No newline at end of file