Created mods folder

This commit is contained in:
David
2024-04-10 14:57:24 -04:00
parent 173f919d74
commit fcc9c24c59
8 changed files with 69 additions and 2 deletions
+3 -2
View File
@@ -10,6 +10,7 @@ build/
assets/
ucode/
!asm/assets/
!mods/*
# Linker file is automatically generated, so it should be ignored
dkr.ld
@@ -30,6 +31,6 @@ m2cfiles/
# Ignore batch and executable files.
*.exe
*.bat
*.bat
dkr_hot_reload.py
lastRomPath.txt
lastRomPath.txt
@@ -0,0 +1,12 @@
{
"files": {
"order": [
"ASSET_TEX2D_COMICFANS"
],
"sections": {
"ASSET_TEX2D_COMICFANS": {
"filename": "comicfans.json"
}
}
}
}
@@ -0,0 +1,8 @@
{
"fonts": {
"ASSET_FONTS_COMICFANS": "game_fonts/ComicFans.meta.json"
},
"fonts-order": [
"ASSET_FONTS_COMICFANS"
]
}
@@ -0,0 +1,23 @@
{
"characters": {
"A": {
"char-width": 8,
"tex-index": 0,
"tex-size": {
"height": 8,
"width": 8
},
"uv": {
"u": 8,
"v": 8
}
}
},
"name": "ComicFans",
"special-character-width": 3,
"tab-width": 32,
"textures": [
"ASSET_TEX2D_COMICFANS"
],
"y-offset": 16
}
@@ -0,0 +1,6 @@
{
"name": "Comic Fans Font",
"author" : "Example",
"revision": 3,
"description": "Font that was made by damieng. See: https://damieng.com/typography/zx-origins/comic-fans/"
}
@@ -0,0 +1,14 @@
{
"compressed": true,
"flags": {
"wrap-s": "Wrap",
"wrap-t": "Wrap"
},
"format": "IA4",
"images": [
"comicfans.png"
],
"render-mode": "OPAQUE",
"type": "Texture",
"write-size": true
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

+3
View File
@@ -0,0 +1,3 @@
{
"order": []
}