Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Cleaning up C# code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefreeman committed Jan 26, 2020
1 parent 94d3c1c commit c92a8a9
Show file tree
Hide file tree
Showing 105 changed files with 27,702 additions and 28,049 deletions.
108 changes: 54 additions & 54 deletions Disks/PixelVision8System/data.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"ColorChip":
{
"total": 16,
"maxColors": 128,
"backgroundColor": 0,
"maskColor": "#FF00FF",
"unique": false,
"debug": false
},
"DisplayChip":
{
"width": 264,
"height": 248,
"overscanX": 1,
"overscanY": 1,
"layers": 6
},
"FontChip":
{
},
"GameChip":
{
"lockSpecs": true,
"maxSize": 512,
"saveSlots": 8
},
"MusicChip":
{
"totalSongs": 32,
"notesPerTrack": 127,
"totalPatterns": 24,
"totalLoop": 24
},
"SoundChip":
{
"totalChannels": 5,
"totalSounds": 32,
"channelTypes": [-1, -1, -1, -1, -1]
},
"SpriteChip": {
"maxSpriteCount": 0,
"unique": false,
"spriteWidth": 8,
"spriteHeight": 8,
"pages": 8,
"cps": 8
},
"TilemapChip":
{
"columns": 256,
"rows": 256,
"totalFlags": 16,
"autoImport": false
}
"ColorChip":
{
"total": 16,
"maxColors": 128,
"backgroundColor": 0,
"maskColor": "#FF00FF",
"unique": false,
"debug": false
},
"DisplayChip":
{
"width": 264,
"height": 248,
"overscanX": 1,
"overscanY": 1,
"layers": 6
},
"FontChip":
{
},
"GameChip":
{
"lockSpecs": true,
"maxSize": 512,
"saveSlots": 8
},
"MusicChip":
{
"totalSongs": 32,
"notesPerTrack": 127,
"totalPatterns": 24,
"totalLoop": 24
},
"SoundChip":
{
"totalChannels": 5,
"totalSounds": 32,
"channelTypes": [-1, -1, -1, -1, -1]
},
"SpriteChip": {
"maxSpriteCount": 0,
"unique": false,
"spriteWidth": 8,
"spriteHeight": 8,
"pages": 8,
"cps": 8
},
"TilemapChip":
{
"columns": 256,
"rows": 256,
"totalFlags": 16,
"autoImport": false
}
}
14 changes: 7 additions & 7 deletions Disks/PixelVision8System/info.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PV8System",
"description": "A PV8 Game Template.",
"version": "v0.9.4",
"ext": ".pv8",
"gpuChip": "PV8",
"cartChip": "PV8",
"soundChip": "PV8",
"name": "PV8System",
"description": "A PV8 Game Template.",
"version": "v0.9.4",
"ext": ".pv8",
"gpuChip": "PV8",
"cartChip": "PV8",
"soundChip": "PV8",

}
10 changes: 5 additions & 5 deletions Disks/PixelVision8System/music.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"MusicChip":
{
"songs": [
]
}
"MusicChip":
{
"songs": [
]
}
}
42 changes: 21 additions & 21 deletions Disks/PixelVision8System/sounds.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"SoundChip":
{
"sounds": [
{
"name": "Melody",
"settings": "0,.5,,.2,,.2,.3,.1266,,,,,,,,,,,,,,,,,,1,,,,,,"
},
{
"name": "Harmony",
"settings": "0,.5,,.01,,.509,.3,.1266,,,,,,,,,,,,,.31,,,,,1,,,.1,,,"
},
{
"name": "Bass",
"settings": "4,1,,.01,,.509,.3,.1266,,,,,,,,,,,,,.31,,,,,1,,,.1,,,"
},
{
"name": "Drums",
"settings": "3,.1,,.01,,.209,.1,.1668,,,,,,,,,,,,,.31,,,,,.3,,,.1,,,-.1"
}
]
}
"SoundChip":
{
"sounds": [
{
"name": "Melody",
"settings": "0,.5,,.2,,.2,.3,.1266,,,,,,,,,,,,,,,,,,1,,,,,,"
},
{
"name": "Harmony",
"settings": "0,.5,,.01,,.509,.3,.1266,,,,,,,,,,,,,.31,,,,,1,,,.1,,,"
},
{
"name": "Bass",
"settings": "4,1,,.01,,.509,.3,.1266,,,,,,,,,,,,,.31,,,,,1,,,.1,,,"
},
{
"name": "Drums",
"settings": "3,.1,,.01,,.209,.1,.1668,,,,,,,,,,,,,.31,,,,,.3,,,.1,,,-.1"
}
]
}
}
80 changes: 40 additions & 40 deletions Disks/PixelVision8System/tilemap.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"width": 256,
"height": 256,
"nextobjectid": 1,
"orientation": "orthogonal",
"renderorder": "right-down",
"tiledversion": "1.0.3",
"tilewidth": 8,
"tileheight": 8,
"type": "map",
"version": 1,
"backgroundcolor": "#FF00FF",
"tilesets": [
{
"columns": 16,
"firstgid": 1,
"image": "sprites.png",
"imagewidth": 128,
"imageheight": 1024,
"margin": 0,
"name": "sprites",
"spacing": 0,
"tilewidth": 8,
"tileheight": 8,
"tilecount": 2048,
"transparentcolor": "#FF00FF"
}
],
"layers": [
{
"draworder": "topdown",
"name": "Tilemap",
"id": 1,
"type": "objectgroup",
"opacity": 1,
"visible": true,
"x": 0,
"y": 0,
"objects": []
}
]
"width": 256,
"height": 256,
"nextobjectid": 1,
"orientation": "orthogonal",
"renderorder": "right-down",
"tiledversion": "1.0.3",
"tilewidth": 8,
"tileheight": 8,
"type": "map",
"version": 1,
"backgroundcolor": "#FF00FF",
"tilesets": [
{
"columns": 16,
"firstgid": 1,
"image": "sprites.png",
"imagewidth": 128,
"imageheight": 1024,
"margin": 0,
"name": "sprites",
"spacing": 0,
"tilewidth": 8,
"tileheight": 8,
"tilecount": 2048,
"transparentcolor": "#FF00FF"
}
],
"layers": [
{
"draworder": "topdown",
"name": "Tilemap",
"id": 1,
"type": "objectgroup",
"opacity": 1,
"visible": true,
"x": 0,
"y": 0,
"objects": []
}
]
}
116 changes: 58 additions & 58 deletions Disks/RunnerTools/BootTool/data.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"ColorChip":
{
"pages": 2,
"colorsPerPage": 64,
"supportedColors": 2,
"maxColors": 128,
"backgroundColor": 0,
"maskColor": "#FF00FF",
"unique": false,
"debug": false,
"ColorChip":
{
"pages": 2,
"colorsPerPage": 64,
"supportedColors": 2,
"maxColors": 128,
"backgroundColor": 0,
"maskColor": "#FF00FF",
"unique": false,
"debug": false,

},
"DisplayChip":
{
"width": 264,
"height": 248,
"overscanX": 1,
"overscanY": 1,
"layers": 6
},
"DisplayChip":
{
"width": 264,
"height": 248,
"overscanX": 1,
"overscanY": 1,
"layers": 6

},
"FontChip":
{
},
"GameChip":
{
"name": "BootTool",
"description": "",
"version": "v0.9.0",
"ext": ".pvt",
"lockSpecs": true,
"maxSize": 256,
"saveSlots": 0
},
"MusicChip":
{
"totalTracks": 4,
"notesPerTrack": 127,
"totalLoop": 1
},
"SoundChip":
{
"totalChannels": 4,
"totalSounds": 4
},
},
"FontChip":
{
},
"GameChip":
{
"name": "BootTool",
"description": "",
"version": "v0.9.0",
"ext": ".pvt",
"lockSpecs": true,
"maxSize": 256,
"saveSlots": 0
},
"MusicChip":
{
"totalTracks": 4,
"notesPerTrack": 127,
"totalLoop": 1
},
"SoundChip":
{
"totalChannels": 4,
"totalSounds": 4
},

"SpriteChip": {
"maxSpriteCount": 0,
"unique": false,
"spriteWidth": 8,
"spriteHeight": 8,
"pages": 4,
"cps": 8
},
"TilemapChip":
{
"columns": 32,
"rows": 59,
"totalFlags": 16,
"autoImport": false
}
"SpriteChip": {
"maxSpriteCount": 0,
"unique": false,
"spriteWidth": 8,
"spriteHeight": 8,
"pages": 4,
"cps": 8
},
"TilemapChip":
{
"columns": 32,
"rows": 59,
"totalFlags": 16,
"autoImport": false
}
}

0 comments on commit c92a8a9

Please sign in to comment.