Compare commits
No commits in common. "rebuild-on-radiance" and "master" have entirely different histories.
rebuild-on
...
master
1
debug.sh
|
@ -1 +0,0 @@
|
||||||
love ./sonic-bluestreak.love DEBUGLEVEL=4
|
|
|
@ -1 +0,0 @@
|
||||||
love ./sonic-bluestreak.love
|
|
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
|
@ -1,32 +0,0 @@
|
||||||
return {
|
|
||||||
["tilesets"] = {
|
|
||||||
{"charicons", "assets/sprites/characters/charicons"},
|
|
||||||
{"normaltiles", "assets/backgrounds/normaltile"},
|
|
||||||
{"sptiles", "assets/backgrounds/specialtile"},
|
|
||||||
{"borders", "assets/backgrounds/borders"},
|
|
||||||
{"ranks", "assets/gui/ranks"},
|
|
||||||
{"qtebtn", "assets/gui/qtebtn"}
|
|
||||||
},
|
|
||||||
["textures"] = {
|
|
||||||
{"expbar", "assets/gui/expbar.png"},
|
|
||||||
{"actorsShadow", "assets/sprites/shadow.png"},
|
|
||||||
{"emptytile", "assets/backgrounds/tilemask.png"},
|
|
||||||
|
|
||||||
{"badnicsIcon", "assets/sprites/characters/badnics.png"},
|
|
||||||
|
|
||||||
{"hudturn", "assets/gui/strings/hudturn.png"},
|
|
||||||
{"battlecompleted", "assets/gui/strings/battle_completed.png" },
|
|
||||||
{"egghead", "assets/gui/egghead.png"},
|
|
||||||
|
|
||||||
{"crown", "assets/gui/crown.png"}
|
|
||||||
},
|
|
||||||
["sfx"] = {
|
|
||||||
{"hit", "assets/sfx/hit.wav"},
|
|
||||||
{"hitconnect", "assets/sfx/hitconnect.wav"},
|
|
||||||
{"jump", "assets/sfx/jump.wav"},
|
|
||||||
{"woosh", "assets/sfx/woosh.wav"},
|
|
||||||
{"spincharge", "assets/sfx/spincharge.wav"},
|
|
||||||
{"spinrelease", "assets/sfx/spinrelease.wav"},
|
|
||||||
{"badnicsBoom", "assets/sfx/badnicsDestroyed.wav"}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,37 +0,0 @@
|
||||||
return {
|
|
||||||
["sprites"] = {
|
|
||||||
{"cursorground", "assets/gui/cursor/ground"}
|
|
||||||
},
|
|
||||||
["tilesets"] = {
|
|
||||||
{"itembox", "assets/gui/itembox"}
|
|
||||||
},
|
|
||||||
["textures"] = {
|
|
||||||
{"menucursor", "assets/gui/cursor-menulist.png"},
|
|
||||||
{"statusbar", "assets/gui/status_bar.png"},
|
|
||||||
{"cursorpeak", "assets/gui/cursor/peak.png"},
|
|
||||||
|
|
||||||
{"e_speedster", "assets/gui/emblem_speedster.png"},
|
|
||||||
{"e_technic", "assets/gui/emblem_technic.png"},
|
|
||||||
{"e_power", "assets/gui/emblem_power.png"},
|
|
||||||
|
|
||||||
{"m_speedster", "assets/gui/emblem_speedster_mask.png"},
|
|
||||||
{"m_technic", "assets/gui/emblem_technic_mask.png"},
|
|
||||||
{"m_power", "assets/gui/emblem_power_mask.png"},
|
|
||||||
|
|
||||||
{"background", "assets/artworks/back.png"}
|
|
||||||
},
|
|
||||||
["fonts"] = {
|
|
||||||
{"small", "assets/gui/fonts/PixelOperator.ttf", 16}
|
|
||||||
},
|
|
||||||
["imagefonts"] = {
|
|
||||||
{"hudnbrs", "assets/gui/fonts/hudnumbers"},
|
|
||||||
{"hudnbrs_small", "assets/gui/fonts/hudsmallnumbers"},
|
|
||||||
{"SA2font", "assets/gui/fonts/SA2font"},
|
|
||||||
},
|
|
||||||
["sfx"] = {
|
|
||||||
{"mBack", "assets/sfx/menus/back.wav"},
|
|
||||||
{"mBeep", "assets/sfx/menus/beep.wav"},
|
|
||||||
{"mSelect", "assets/sfx/menus/select.wav"},
|
|
||||||
{"mError", "assets/sfx/menus/error.wav"},
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,28 +0,0 @@
|
||||||
return {
|
|
||||||
["tilesets"] = {
|
|
||||||
{"charicons", "assets/sprites/characters/charicons"},
|
|
||||||
{"normaltiles", "assets/backgrounds/normaltile"},
|
|
||||||
{"sptiles", "assets/backgrounds/specialtile"},
|
|
||||||
{"borders", "assets/backgrounds/borders"},
|
|
||||||
},
|
|
||||||
["sprites"] = {
|
|
||||||
{"cursorground", "assets/gui/cursor/ground"},
|
|
||||||
{"hitGFX", "assets/sprites/gfx/hit1"},
|
|
||||||
},
|
|
||||||
["textures"] = {
|
|
||||||
{"statusbar", "assets/gui/status_bar.png"},
|
|
||||||
{"actorsShadow", "assets/sprites/shadow.png"},
|
|
||||||
{"emptytile", "assets/backgrounds/tilemask.png"},
|
|
||||||
|
|
||||||
{"hudturn", "assets/gui/strings/hudturn.png"},
|
|
||||||
{"battlecompleted", "assets/gui/strings/battle_completed.png" }
|
|
||||||
},
|
|
||||||
["sfx"] = {
|
|
||||||
{"hit", "assets/sfx/hit.wav"},
|
|
||||||
{"hitconnect", "assets/sfx/hitconnect.wav"},
|
|
||||||
{"jump", "assets/sfx/jump.wav"},
|
|
||||||
{"woosh", "assets/sfx/woosh.wav"},
|
|
||||||
{"spincharge", "assets/sfx/spincharge.wav"},
|
|
||||||
{"spinrelease", "assets/sfx/spinrelease.wav"}
|
|
||||||
}
|
|
||||||
}
|
|
BIN
sonic-bluestreak.love/assets/fonts/Pokemon DPPt.ttf
Normal file
BIN
sonic-bluestreak.love/assets/fonts/RussoOne-Regular.ttf
Normal file
BIN
sonic-bluestreak.love/assets/fonts/Teko-Bold.ttf
Normal file
BIN
sonic-bluestreak.love/assets/fonts/kimberley bl.ttf
Normal file
BIN
sonic-bluestreak.love/assets/fonts/sadv.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
sonic-bluestreak.love/assets/fonts/vipnagorgialla.ttf
Normal file
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 922 B |
|
@ -1,16 +0,0 @@
|
||||||
return {
|
|
||||||
metadata = {
|
|
||||||
width = 28,
|
|
||||||
height = 11,
|
|
||||||
defaultAnim = "default"
|
|
||||||
},
|
|
||||||
animations = {
|
|
||||||
["default"] = {
|
|
||||||
startAt = 1,
|
|
||||||
endAt = 3,
|
|
||||||
loop = 1,
|
|
||||||
speed = 3,
|
|
||||||
pauseAtEnd = false,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 582 B |
Before Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 5.2 KiB |
|
@ -1,4 +1,4 @@
|
||||||
return {
|
return {
|
||||||
glyphs = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZÇÂÄÀÆÉÊËÈÎÏÔÖŒÜÛÙ[\\]^_`abcdefghijklmnopqrstuvwxyzçâäàæéêëèïîôöœûüù{|} ",
|
glyphs = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZÇÂÄÀÆÉÊËÈÎÏÔÖŒÜÛÙ[\\]^_`abcdefghijklmnopqrstuvwxyzçâäàæéêëèïîôöœûüù{|}",
|
||||||
extraspacing = -1,
|
extraspacing = 0,
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.5 KiB |
|
@ -1,4 +0,0 @@
|
||||||
return {
|
|
||||||
glyphs = " 0123456789/ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
|
||||||
extraspacing = 0,
|
|
||||||
}
|
|
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 649 B After Width: | Height: | Size: 649 B |
4
sonic-bluestreak.love/assets/gui/fonts/smallnumbers.lua
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
return {
|
||||||
|
glyphs = " 0123456789/%",
|
||||||
|
extraspacing = 0,
|
||||||
|
}
|
BIN
sonic-bluestreak.love/assets/gui/fonts/smallnumbers.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 744 B |
Before Width: | Height: | Size: 666 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
BIN
sonic-bluestreak.love/assets/gui/hud/progressbar.png
Normal file
After Width: | Height: | Size: 790 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 301 B |
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
metadata = {
|
|
||||||
width = 28,
|
|
||||||
height = 29,
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 12 KiB |
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
metadata = {
|
|
||||||
width = 17,
|
|
||||||
height = 17,
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 6.2 KiB |
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
metadata = {
|
|
||||||
height = 27,
|
|
||||||
width = 27,
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 11 KiB |
BIN
sonic-bluestreak.love/assets/gui/status/barborder.png
Normal file
After Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
BIN
sonic-bluestreak.love/assets/gui/status/status_bar.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 6.8 KiB |
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
metadata = {
|
|
||||||
width = 24,
|
|
||||||
height = 24,
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 646 B |
Before Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 712 B |
Before Width: | Height: | Size: 3.5 KiB |
BIN
sonic-bluestreak.love/assets/music/city.mp3
Normal file
BIN
sonic-bluestreak.love/assets/music/desert.mp3
Normal file
BIN
sonic-bluestreak.love/assets/music/options.ogg
Normal file
|
@ -1,41 +0,0 @@
|
||||||
return {
|
|
||||||
["tilesets"] = {
|
|
||||||
{"charicons", "assets/sprites/characters/charicons"},
|
|
||||||
{"normaltiles", "assets/backgrounds/normaltile"},
|
|
||||||
{"sptiles", "assets/backgrounds/specialtile"},
|
|
||||||
{"borders", "assets/backgrounds/borders"},
|
|
||||||
},
|
|
||||||
["sprites"] = {
|
|
||||||
{"cursorground", "assets/gui/cursor/ground"},
|
|
||||||
{"hitGFX", "assets/sprites/gfx/hit1"},
|
|
||||||
{"encounter", "assets/sprites/encounter"},
|
|
||||||
{"punch", "assets/sprites/gfx/punch"},
|
|
||||||
{"dash", "assets/sprites/gfx/dash"},
|
|
||||||
{"smallsmoke", "assets/sprites/gfx/smallsmoke"},
|
|
||||||
{"sparkles", "assets/sprites/gfx/sparkles"},
|
|
||||||
},
|
|
||||||
["textures"] = {
|
|
||||||
{"statusbar", "assets/gui/status_bar.png"},
|
|
||||||
{"actorsShadow", "assets/sprites/shadow.png"},
|
|
||||||
|
|
||||||
{"guiRing", "assets/gui/ring.png"},
|
|
||||||
{"lvl", "assets/gui/strings/lvl.png"},
|
|
||||||
{"exp", "assets/gui/strings/exp.png"},
|
|
||||||
|
|
||||||
{"itembox", "assets/gui/itembox.png"},
|
|
||||||
{"shadow", "assets/sprites/owshadow.png"},
|
|
||||||
},
|
|
||||||
["sfx"] = {
|
|
||||||
{"hit", "assets/sfx/sommersault.wav"},
|
|
||||||
{"jump", "assets/sfx/woosh.wav"},
|
|
||||||
{"fly", "assets/sfx/flight.wav"},
|
|
||||||
{"dash", "assets/sfx/dash.wav"},
|
|
||||||
{"woosh", "assets/sfx/woosh.wav"},
|
|
||||||
{"spincharge", "assets/sfx/spincharge.wav"},
|
|
||||||
{"spinrelease", "assets/sfx/spinrelease.wav"},
|
|
||||||
{"ring", "assets/sfx/ring.wav"},
|
|
||||||
{"pop", "assets/sfx/pop.wav"},
|
|
||||||
{"fall", "assets/sfx/fall.wav"},
|
|
||||||
{"splash", "assets/sfx/splash.wav"}
|
|
||||||
}
|
|
||||||
}
|
|