|
28 | 28 | [submodule "libs/commons-lang"] |
29 | 29 | path = libs/commons-lang |
30 | 30 | url = https://github.com/apache/commons-lang |
| 31 | +[submodule "references/aseprite"] |
| 32 | + path = references/aseprite |
| 33 | + url = https://github.com/aseprite/aseprite |
| 34 | +[submodule "references/sprite-studio-64"] |
| 35 | + path = references/sprite-studio-64 |
| 36 | + url = https://github.com/tstamborski/sprite-studio-64 |
| 37 | +[submodule "references/stipple-effect"] |
| 38 | + path = references/stipple-effect |
| 39 | + url = https://github.com/stipple-effect/stipple-effect |
| 40 | +[submodule "references/Raylib-Examples"] |
| 41 | + path = references/Raylib-Examples |
| 42 | + url = https://github.com/Pakz001/Raylib-Examples |
| 43 | +[submodule "references/csprite"] |
| 44 | + path = references/csprite |
| 45 | + url = https://github.com/csprite/csprite |
| 46 | +[submodule "references/raster-master"] |
| 47 | + path = references/raster-master |
| 48 | + url = https://github.com/RetroNick2020/raster-master |
| 49 | +[submodule "references/Tile-Studio"] |
| 50 | + path = references/Tile-Studio |
| 51 | + url = https://github.com/Wiering/Tile-Studio |
| 52 | +[submodule "references/voidsprite"] |
| 53 | + path = references/voidsprite |
| 54 | + url = https://github.com/counter185/voidsprite |
| 55 | +[submodule "references/GrowTools"] |
| 56 | + path = references/GrowTools |
| 57 | + url = https://github.com/GuckTubeYT/GrowTools |
| 58 | +[submodule "references/retro-game-editor"] |
| 59 | + path = references/retro-game-editor |
| 60 | + url = https://github.com/haroldo-ok/retro-game-editor |
| 61 | +[submodule "references/SpeedEd"] |
| 62 | + path = references/SpeedEd |
| 63 | + url = https://github.com/jval1972/SpeedEd |
| 64 | +[submodule "references/aseprite-guide"] |
| 65 | + path = references/aseprite-guide |
| 66 | + url = https://github.com/PandaDevOfficial/aseprite-guide |
| 67 | +[submodule "references/tilemap-studio"] |
| 68 | + path = references/tilemap-studio |
| 69 | + url = https://github.com/Rangi42/tilemap-studio |
| 70 | +[submodule "references/tilemap-editor"] |
| 71 | + path = references/tilemap-editor |
| 72 | + url = https://github.com/blurymind/tilemap-editor |
| 73 | +[submodule "references/tactile"] |
| 74 | + path = references/tactile |
| 75 | + url = https://github.com/albin-johansson/tactile |
| 76 | +[submodule "references/Simple-Sprite-Tile-2D"] |
| 77 | + path = references/Simple-Sprite-Tile-2D |
| 78 | + url = https://github.com/wmltogether/Simple-Sprite-Tile-2D |
| 79 | +[submodule "references/bottled-up-tilemap"] |
| 80 | + path = references/bottled-up-tilemap |
| 81 | + url = https://github.com/Dark-Peace/bottled-up-tilemap |
| 82 | +[submodule "references/DTile"] |
| 83 | + path = references/DTile |
| 84 | + url = https://github.com/MagnonGames/DTile |
| 85 | +[submodule "references/Pixelorama"] |
| 86 | + path = references/Pixelorama |
| 87 | + url = https://github.com/Orama-Interactive/Pixelorama |
| 88 | +[submodule "references/PixiEditor"] |
| 89 | + path = references/PixiEditor |
| 90 | + url = https://github.com/PixiEditor/PixiEditor |
| 91 | +[submodule "references/LibreSprite"] |
| 92 | + path = references/LibreSprite |
| 93 | + url = https://github.com/LibreSprite/LibreSprite |
| 94 | +[submodule "references/rx"] |
| 95 | + path = references/rx |
| 96 | + url = https://github.com/cloudhead/rx |
| 97 | +[submodule "references/piskel"] |
| 98 | + path = references/piskel |
| 99 | + url = https://github.com/piskelapp/piskel |
| 100 | +[submodule "references/blockbench"] |
| 101 | + path = references/blockbench |
| 102 | + url = https://github.com/JannisX11/blockbench |
| 103 | +[submodule "references/Cytopia"] |
| 104 | + path = references/Cytopia |
| 105 | + url = https://github.com/CytopiaTeam/Cytopia |
| 106 | +[submodule "references/goxel"] |
| 107 | + path = references/goxel |
| 108 | + url = https://github.com/guillaumechereau/goxel |
| 109 | +[submodule "references/tiled"] |
| 110 | + path = references/tiled |
| 111 | + url = https://github.com/mapeditor/tiled |
| 112 | +[submodule "references/OgmoEditor3-CE"] |
| 113 | + path = references/OgmoEditor3-CE |
| 114 | + url = https://github.com/Ogmo-Editor-3/OgmoEditor3-CE |
| 115 | +[submodule "references/grafx2"] |
| 116 | + path = references/grafx2 |
| 117 | + url = https://github.com/miniupnp/grafx2 |
| 118 | +[submodule "references/grafx2-dos"] |
| 119 | + path = references/grafx2-dos |
| 120 | + url = https://github.com/deverac/grafx2-dos |
| 121 | +[submodule "references/PyxleOS"] |
| 122 | + path = references/PyxleOS |
| 123 | + url = https://github.com/Dakkra/PyxleOS |
| 124 | +[submodule "libs/aseprite-file"] |
| 125 | + path = libs/aseprite-file |
| 126 | + url = https://github.com/elgopher/aseprite-file |
31 | 127 | [submodule "bobcoin"] |
32 | 128 | path = bobcoin |
33 | 129 | url = https://github.com/robertpelloni/bobcoin |
0 commit comments