mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Created mods folder
This commit is contained in:
+3
-2
@@ -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 |
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"order": []
|
||||
}
|
||||
Reference in New Issue
Block a user