Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
114 commits
Select commit Hold shift + click to select a range
0fbd7a7
Fix the nametag erroneously showing as "Boyfriend" when entering char…
AbnormalPoof Nov 23, 2025
635f6c0
Get the first owned character ID and use that for results
AbnormalPoof Nov 24, 2025
04ce409
Fix anim editor onion skin offset problems
VirtuGuy Nov 24, 2025
ec80439
Fix stickers transition looking off-size when resizing the game durin…
KarimAkra Nov 24, 2025
c2fd17c
Re-export Pico's confirm backing card with BTA to bake the filters
AbnormalPoof Nov 25, 2025
1534eb2
fix notelay sound when not in grid
amyspark-ng Feb 16, 2025
fe683eb
Properly load variation scripts in the Chart Editor when playtesting
PurSnake Nov 6, 2025
c33ec8c
Don't play Stress Pico cutscene if charting
Hundrec Nov 25, 2025
c6add57
Pause the chart editor when focus is lost.
EliteMasterEric Nov 25, 2025
b4058fd
Code cleanup and additional docs for WaveformSprite.
EliteMasterEric Nov 25, 2025
ccbae3d
Implement a checkbox to hide the waveform, which improves FPS.
EliteMasterEric Nov 25, 2025
0d32ccc
Update assets and add `getAtlasSettings()` for texture atlas characters
AbnormalPoof Nov 26, 2025
1182381
Adjust lyrics for Monster and Winter Horrorland
Hundrec Nov 26, 2025
3f89464
Make Monster's `singLEFT-hold` offset consistent with `singLEFT`
AbnormalPoof Nov 26, 2025
329ec52
fix starting a playtest opening pause menu
KoloInDaCrib Nov 26, 2025
d49fd76
Implemented Clone Difficulty button in the Difficulty toolbox.
EliteMasterEric Nov 26, 2025
0d91d68
Update lime ref
moondroidcoder Nov 27, 2025
9a77539
Add hardware keyboard detection on Android
NotHyper-474 Oct 21, 2025
adb9689
Add difficulty switches to the undo/redo history.
EliteMasterEric Nov 26, 2025
53c62e2
Switching difficulty now forces the selection to be cleared.
EliteMasterEric Nov 26, 2025
a3b7891
Fix a bug where cycling difficulties wasn't calculated properly when …
EliteMasterEric Nov 26, 2025
6334215
early return for Chart Editor handleCursor()
ninjamuffin99 Nov 28, 2025
de19d65
Fix ghost tapping behavior when unpausing
VirtuGuy Nov 26, 2025
b125a49
move character select cursor sprite code into it's own class
ninjamuffin99 Nov 27, 2025
48f3e98
Fix the cigarette not appearing in the Pico doppelganger cutscene
AbnormalPoof Nov 28, 2025
6a71f95
fix: Make lerping consistent across different FPS
moondroidcoder Nov 26, 2025
5472bf6
clean up spamDirection code, use FlxDirectionFlags
ninjamuffin99 Nov 27, 2025
16c685a
use FlxMath.wrap() to make this cursor wrapping cleaner in CharSelect…
ninjamuffin99 Nov 27, 2025
8952aca
better backwards compatibility for `FlxAtlasSprite` -> `FunkinSprite`
KoloInDaCrib Nov 27, 2025
4e03cf0
Re-export THE CHUDDER!!!!
AbnormalPoof Nov 26, 2025
cf52bcd
Adjust Darnell's idle animation
AbnormalPoof Nov 29, 2025
8349999
remove more unused vars in controls.hx
ninjamuffin99 Nov 21, 2025
8abc9ab
remove keyboard "scheme" related code, completely unused
ninjamuffin99 Nov 21, 2025
6ef3fe4
more controls.hx cleanup, remove a few unused functions, and add `Voi…
ninjamuffin99 Nov 21, 2025
b9d4ce7
remove the unused _P and _R stuff from the Action enum abstract
ninjamuffin99 Nov 21, 2025
368531f
update our custom FunkinAction check() function with newer logic from…
ninjamuffin99 Nov 21, 2025
a409729
Update HXCPP to support building with C++20
EliteMasterEric Nov 29, 2025
4120b20
Revert "remove keyboard "scheme" related code, completely unused"
AbnormalPoof Nov 30, 2025
63cbaef
Re-export Boyfriend (Car) to texture atlas
AbnormalPoof Nov 30, 2025
c4394f0
Lower him a little
AbnormalPoof Nov 30, 2025
8ecde80
Improve library version checks.
MAJigsaw77 Nov 30, 2025
369dad3
Remove the yellow notice.
MAJigsaw77 Nov 30, 2025
671e143
Bump `hxvlc` to `2.2.5`.
MAJigsaw77 Nov 30, 2025
a0b933c
Remove unused Chart Editor Context Menu code
anysad Oct 14, 2025
3c213ad
Add `getFramesWithKeyword()`
AbnormalPoof Dec 2, 2025
866e5aa
Fix the cursor lerping from the top left in character select
AbnormalPoof Nov 29, 2025
a560bf5
Re-export Pico's PERFECT rank animation with BTA
AbnormalPoof Nov 30, 2025
71bc847
Clean up the Lime target config dropdown by removing unused targets l…
EliteMasterEric Dec 4, 2025
a12950d
fix char select inputs for keyb and controllers
ninjamuffin99 Dec 5, 2025
8fa622e
remove unused pitch stuff in CharSelect
ninjamuffin99 Dec 5, 2025
d74b8fb
fix: Cursor not properly fading out when exiting CharSelect with back…
NotHyper-474 Dec 1, 2025
ee36cbb
Rewrite measure ticks to not get redrawn EVERY FRAME GODAM
EliteMasterEric Dec 5, 2025
ba7f89b
Redo the backing color of the measure ticks.
EliteMasterEric Dec 5, 2025
90ab04c
Tweak vertical offset on the measure numbers.
EliteMasterEric Dec 5, 2025
8a31e12
Change BGScrollingText to a single FlxText
FuroYT Sep 9, 2025
0102981
Added `funnyColor` backwards compatibility
FuroYT Sep 27, 2025
758f712
Add global offsets for Pico and Nene's pixel variants
AbnormalPoof Dec 6, 2025
cc64467
Re-export the Parents in the Eggnog Erect cutscene with BTA
AbnormalPoof Nov 30, 2025
1a4db11
Re-export GF's character select sprites to remove a stray line
AbnormalPoof Nov 30, 2025
93bb397
Decrease blocksize compression for gfChill
moondroidcoder Dec 7, 2025
552e8e0
reduce code copypaste a tiny smidge for chart editor waveforms
ninjamuffin99 Dec 5, 2025
a0ee6ec
early return in playVocals() to remove a level of nesting
ninjamuffin99 Dec 5, 2025
c03b70b
Adjust WinAPI to allow setting theme on specific windows.
EliteMasterEric Oct 2, 2025
22e43f5
Remove `WINAPI_GetProcessMemoryWorkingSetSize` dublicate.
MAJigsaw77 Nov 29, 2025
d018359
change fp -> fpScoreDisplay, as a more descriptive variable name
ninjamuffin99 Dec 6, 2025
658af40
change fpScoreDisplay to private variable
ninjamuffin99 Dec 6, 2025
be487ad
Re-export the Freeplay difficulty stars using BTA
AbnormalPoof Dec 4, 2025
3d659bc
Shift the flames how did this happen
AbnormalPoof Dec 9, 2025
7cb6bb2
Re-export Girlfriend to texture atlas
AbnormalPoof Nov 30, 2025
f0253fc
null checkin for set health icon
charlesisfeline Nov 24, 2025
7202043
Chart Editor playtest option for Results Screen
Lasercar Feb 1, 2025
620ec07
fix: solve crash when deleting save data
NotHyper-474 Dec 4, 2025
99f5968
Bump `flixel-animate` and add `useRenderTexture` to `FunkinSprite` as…
AbnormalPoof Dec 4, 2025
7ee5764
make volume settings optionally carry over to playtest
KoloInDaCrib Oct 18, 2025
97d0c97
Re-export Tankman and Tankman (Bloody) to texture atlas
AbnormalPoof Dec 9, 2025
055dd80
Make Tankman less shiny
AbnormalPoof Dec 9, 2025
40377a8
Fix results screen scrolling text speed
VirtuGuy Nov 23, 2025
90e32ed
fix: Stop the game from muting in silent mode when you unfocus then f…
moondroidcoder Dec 6, 2025
9530d82
Re-export `bf` and `bf-dark` to texture atlas form and sever the deat…
AbnormalPoof Dec 9, 2025
5338edd
Fix difficulty toolbox showing wrong song name
VirtuGuy Dec 7, 2025
4618329
Custom note kind field fix
Lasercar Mar 2, 2025
485df1e
Chart - Fix notekinds changing on multi select
Lasercar Sep 8, 2025
fd829c2
De-sharpen some atlases and optimize Monster's atlas
AbnormalPoof Dec 10, 2025
d374eea
Re-export Spooky Kids to remove a billion black lines
AbnormalPoof Dec 10, 2025
df54692
Re-export Girlfriend (Dark) to texture atlas
AbnormalPoof Dec 10, 2025
a55dc27
Re-export some Week 7 assets to texture atlases
AbnormalPoof Dec 10, 2025
ca7e09b
add frames to the event data toolbox
KoloInDaCrib Dec 10, 2025
0c7d508
Widen Events toolbox
Hundrec Dec 12, 2025
a95d52f
A big commit for a small fix
Lasercar Mar 1, 2025
85ae123
Some optimization to highlighted note checks.
EliteMasterEric Dec 2, 2025
4d20f0c
Re-export Otis (Speaker Shooter) to texture atlas
AbnormalPoof Dec 11, 2025
1c4149b
use UIStateMachine in FreeplayState instead of checking/modifying `co…
ninjamuffin99 Dec 6, 2025
5bc774c
remove all the letterSort.inputEnabled stuff, only use the FreeplaySt…
ninjamuffin99 Dec 6, 2025
f38002b
remove some redundant getControls() in FreeplayState, just access con…
ninjamuffin99 Dec 6, 2025
dac9df6
change capsuleOptionsMenu -> instSelectMenu in FreeplayState
ninjamuffin99 Dec 6, 2025
dfaeade
Fix a syntax error with the RegistryMacro and a partial fix for code …
NotHyper-474 Oct 19, 2025
e2900ef
fix: Fix incorrect NaN checks & simplify finite check
NotHyper-474 Oct 24, 2025
a7fcd30
Crash Fix and Visual Bug Fix on InstSelect
Kade-github Dec 11, 2025
449a77e
remove some redundant getControls() in FreeplayState, just access con…
ninjamuffin99 Dec 6, 2025
5e3bea5
Exclude gf Texture Atlases from ASTC Compression
moondroidcoder Dec 9, 2025
24594a7
Re-export Pico (holding Nene) to texture atlas
AbnormalPoof Dec 11, 2025
0fdea91
Exclude pico holding nene from astc compression
moondroidcoder Dec 13, 2025
af4fb62
Fine-tuned offsets for 2 characters
AbnormalPoof Dec 13, 2025
6194a87
Update lime ref to hide the ios home indicator
KarimAkra Dec 12, 2025
1284072
Welcome back welcome music
Lasercar Feb 15, 2025
8fab1e6
Chart Editor - additional audio checks for vocal only songs
Lasercar Dec 7, 2025
00d0116
Don't add the current difficulty in `Difficulty` entry of the Pause M…
sector-a Dec 7, 2025
d9dcec0
Re-export the background Tankmen in Week 7 Erect as texture atlases
AbnormalPoof Dec 13, 2025
3fa6492
Decrease blocksizes for rando and sniper in Week 7 Erect
moondroidcoder Dec 13, 2025
26dfbde
Remove Chart Editor tick trace and bump assets
Hundrec Dec 13, 2025
81f81f2
Fix atlases moving to the wrong place on restart
AbnormalPoof Dec 13, 2025
24361c0
Fixed Health Bar Layering + Smoother Health Bar
NebulaStellaNova Dec 19, 2025
bf2dbc1
Fix my stupidity
NebulaStellaNova Dec 19, 2025
93512a9
Change health bar blend mode from DARKEN to MULTIPLY for compatibilty
NebulaStellaNova Dec 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 25 additions & 87 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,30 @@
{
"[haxe]": {
// Automatically keep Haxe files formatted.
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "never"
},
"editor.codeActionsOnSave": { "source.organizeImports": "never" },
"editor.defaultFormatter": "nadako.vshaxe",
"editor.tabSize": 2
},

"[json]": {
// Automatically keep JSON files formatted.
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},

"[jsonc]": {
// Automatically keep JSONC files formatted.
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.tabWidth": 2,

// XML formatting style configuration
// XML Formatting
"xml.format.enabled": true,
"xml.format.legacy": false,
"xml.format.emptyElements": "collapse",
"xml.preferences.quoteStyle": "double",
"xml.format.enforceQuoteStyle": "preferred",
"xml.format.preserveAttributeLineBreaks": false,
"xml.format.preservedNewlines": 0,
"xml.format.splitAttributes": false,
"xml.format.splitAttributes": "preserve",
"xml.format.joinCDATALines": true,
"xml.format.preserveEmptyContent": false,
"xml.format.joinCommentLines": false,
Expand All @@ -56,26 +47,19 @@
"xml.format.maxLineWidth": 0,
"xml.format.grammarAwareFormatting": true,

// Generic file formatting style configuration
// General formatting
"files.insertFinalNewline": true,
"files.trimFinalNewlines": false,
"files.trimTrailingWhitespace": true,

// Automatically detect indentation.
"editor.detectIndentation": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,

// Automatically enforce Linux style line endings.
"prettier.tabWidth": 2,
"files.eol": "\n",

"haxe.displayPort": "auto",
"haxe.enableCompilationServer": true,
"haxe.enableServerView": true,
"haxe.displayServer": {
"arguments": ["-v"]
},
// Fix file associations for HScript.
"haxe.displayServer": { "arguments": ["-v"] },
"files.associations": {
"*.hxp": "haxe",
"*.hscript": "haxe",
Expand All @@ -84,14 +68,27 @@
"*.hxc": "haxe"
},
"projectManager.git.baseFolders": ["./"],

"haxecheckstyle.sourceFolders": ["src", "source"],
"haxecheckstyle.externalSourceRoots": [],
"haxecheckstyle.configurationFile": "checkstyle.json",
"haxecheckstyle.codeSimilarityBufferSize": 100,

"lime.projectFile": "project.hxp",

"lime.targets": [
{ "name": "windows", "enabled": true, "label": "Windows" },
{ "name": "mac", "enabled": true, "label": "macOS" },
{ "name": "linux", "enabled": true, "label": "Linux" },
{ "name": "html5", "enabled": true, "label": "HTML5" },
{ "name": "android", "enabled": true, "label": "Android" },
{ "name": "ios", "enabled": true, "label": "iOS" },
// Disabled targets
{ "name": "hl", "enabled": false, "label": "HashLink" },
{ "name": "air", "enabled": false },
{ "name": "electron", "enabled": false },
{ "name": "flash", "enabled": false },
{ "name": "neko", "enabled": false },
{ "name": "tvos", "enabled": false }
],
"lime.defaultTargetConfiguration": "Windows / Debug",
"lime.targetConfigurations": [
{
"label": "Windows / Debug (Discord)",
Expand All @@ -103,21 +100,11 @@
"target": "windows",
"args": ["-debug", "-DANIMATE", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
"label": "HashLink / Debug (FlxAnimate Test)",
"target": "hl",
"args": ["-debug", "-DANIMATE"]
},
{
"label": "Windows / Debug (Straight to Freeplay)",
"target": "windows",
"args": ["-debug", "-DFREEPLAY", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
"label": "HashLink / Debug (Straight to Freeplay)",
"target": "hl",
"args": ["-debug", "-DFREEPLAY"]
},
{
"label": "Windows / Debug (Straight to Play - Bopeebo Normal)",
"target": "windows",
Expand All @@ -132,26 +119,6 @@
"target": "windows",
"args": ["-debug", "-DSONG=2hot", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
"label": "HashLink / Debug (Straight to Play - Bopeebo Normal)",
"target": "hl",
"args": ["-debug", "-DSONG=bopeebo -DDIFFICULTY=normal"]
},
{
"label": "Windows / Debug (Conversation Test)",
"target": "windows",
"args": ["-debug", "-DDIALOGUE", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
"label": "HashLink / Debug (Conversation Test)",
"target": "hl",
"args": ["-debug", "-DDIALOGUE"]
},
{
"label": "Windows / Debug (Results Screen Test)",
"target": "windows",
"args": ["-debug", "-DRESULTS"]
},
{
"label": "Windows / Debug (Straight to Stage Editor)",
"target": "windows",
Expand All @@ -172,47 +139,24 @@
"target": "windows",
"args": ["-debug", "-DHXVLC_LOGGING", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
"label": "HashLink / Debug (Straight to Animation Editor)",
"target": "hl",
"args": ["-debug", "-DANIMDEBUG"]
},
{
"label": "Windows / Debug (Latency Test)",
"target": "windows",
"args": ["-debug", "-DLATENCY", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
"label": "HashLink / Debug (Latency Test)",
"target": "hl",
"args": ["-debug", "-DLATENCY"]
},
{
"label": "Windows / Debug (Waveform Test)",
"target": "windows",
"args": ["-debug", "-DWAVEFORM", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
"label": "Windows / Release (GitHub Actions)",
"target": "windows",
"args": ["-release", "-DGITHUB_BUILD"]
},
{
"label": "HashLink / Debug (Waveform Test)",
"target": "hl",
"args": ["-debug", "-DWAVEFORM"]
},
{
"label": "HTML5 / Debug (Watch)",
"target": "html5",
"args": ["-debug", "-watch", "-DFEATURE_DEBUG_FUNCTIONS"]
}
],
"lime.buildTypes": [
{
"label": "Debug",
"args": ["-debug", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{ "label": "Debug", "args": ["-debug", "-DFEATURE_DEBUG_FUNCTIONS"] },
{
"label": "Debug (Unlock Everything)",
"args": ["-debug", "-DUNLOCK_EVERYTHING"]
Expand All @@ -225,10 +169,7 @@
"label": "Debug (Straight to Chart Editor)",
"args": ["-debug", "-DCHARTING", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
"label": "Release",
"args": ["-release"]
},
{ "label": "Release", "args": ["-release"] },
{
"label": "Release (GitHub Actions)",
"args": ["-release", "-DGITHUB_BUILD"]
Expand All @@ -244,9 +185,6 @@
],
"vscord.app.privacyMode.enable": true,
"json.schemas": [
{
"fileMatch": ["/hmm.json"],
"url": "./.vscode/schema/hmm.json"
}
{ "fileMatch": ["/hmm.json"], "url": "./.vscode/schema/hmm.json" }
]
}
2 changes: 1 addition & 1 deletion assets
Submodule assets updated 202 files
57 changes: 37 additions & 20 deletions astc-compression-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,6 @@
"blocksize": "10x10",
"colorprofile": "cl",
"custom": [
{
"asset": "asset/shared/images/resultScreen/results-pico/resultsPERFECT/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "asset/shared/images/resultScreen/results-pico/resultsGREAT/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "asset/shared/images/resultScreen/results-pico/resultsGOOD/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "assets/shared/images/resultScreen/results-bf/resultsEXCELLENT/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "asset/shared/images/resultScreen/results-pico/resultsSHIT/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "assets/preload/images/NOTE_assets.png",
"blocksize": "4x4"
Expand All @@ -41,6 +21,10 @@
"asset": "assets/preload/images/alphabet.png",
"blocksize": "4x4"
},
{
"asset": "assets/preload/images/charSelect/gfChill/spritemap1.png",
"blocksize": "6x6"
},
{
"asset": "assets/shared/images/NOTE_hold_assets.png",
"blocksize": "4x4"
Expand Down Expand Up @@ -81,6 +65,22 @@
"asset": "assets/shared/images/notes.png",
"blocksize": "4x4"
},
{
"asset": "assets/shared/images/resultScreen/results-pico/resultsGOOD/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "assets/shared/images/resultScreen/results-pico/resultsGREAT/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "assets/shared/images/resultScreen/results-pico/resultsPERFECT/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "assets/shared/images/resultScreen/results-pico/resultsSHIT/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "assets/week1/image/erect/bg.png",
"blocksize": "8x8"
Expand All @@ -96,6 +96,14 @@
{
"asset": "assets/week1/images/erect/server.png",
"blocksize": "8x8"
},
{
"asset": "assets/week7/images/erect/rando/spritemap1.png",
"blocksize": "6x6"
},
{
"asset": "assets/week7/images/erect/sniper/spritemap1.png",
"blocksize": "6x6"
}
],
"excludes": [
Expand All @@ -111,15 +119,24 @@
"assets/shared/images/characters/abotPixel/*",
"assets/shared/images/characters/bfPixel.png",
"assets/shared/images/characters/bfPixelsDEAD.png",
"assets/shared/images/characters/gf-christmas/spritemap1.png",
"assets/shared/images/characters/gf-dark/spritemap1.png",
"assets/shared/images/characters/gf/spritemap1.png",
"assets/shared/images/characters/gfCar/spritemap1.png",
"assets/shared/images/characters/gfPixel.png",
"assets/shared/images/characters/nenePixel/*",
"assets/shared/images/characters/pico-holding-nene/spritemap1.png",
"assets/shared/images/characters/picoPixel/*",
"assets/shared/images/characters/senpai.png",
"assets/shared/images/characters/spirit.png",
"assets/shared/images/healthBar.png",
"assets/shared/images/resultScreen/*",
"assets/shared/images/resultScreen/clearPercent/",
"assets/shared/images/resultScreen/rankText/",
"assets/shared/images/resultScreen/results-bf/resultsEXCELLENT/spritemap1.png",
"assets/shared/images/resultScreen/results-bf/resultsGOOD/resultGirlfriendGOOD.png",
"assets/shared/images/resultScreen/results-bf/resultsGREAT/gf/spritemap1.png",
"assets/shared/images/resultScreen/results-bf/resultsSHIT/gf/spritemap1.png",
"assets/shared/images/ui/chart-editor/",
"assets/shared/images/ui/countdown/pixel/*",
"assets/week1/*",
Expand Down
8 changes: 4 additions & 4 deletions hmm.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"name": "flixel-animate",
"type": "git",
"dir": null,
"ref": "220463c8089444d6c9957b68919fe88e6cba495f",
"ref": "84cd1915161eb49fba33b3f81a8c7ea3f05ae053",
"url": "https://github.com/MaybeMaru/flixel-animate"
},
{
Expand Down Expand Up @@ -111,7 +111,7 @@
"name": "hxcpp",
"type": "git",
"dir": null,
"ref": "6546fa5c3ad1bac065f144745122ab5a6d4195ff",
"ref": "5932340d095a7eea8635fe4d1355f1c0efd0b3c2",
"url": "https://github.com/FunkinCrew/hxcpp"
},
{
Expand Down Expand Up @@ -146,7 +146,7 @@
{
"name": "hxvlc",
"type": "haxelib",
"version": "2.2.4"
"version": "2.2.5"
},
{
"name": "json2object",
Expand All @@ -173,7 +173,7 @@
"name": "lime",
"type": "git",
"dir": null,
"ref": "27092822abf7b8c2ec2905053cf5435be4de838e",
"ref": "318253ea3a28a3299a167748912c40444f403777",
"url": "https://github.com/FunkinCrew/lime"
},
{
Expand Down
Loading