Skip to content

Commit fdb1bf2

Browse files
add credits for the windows notification
yep
1 parent 3276a02 commit fdb1bf2

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed
4.64 KB
Loading
3.07 KB
Loading

source/CoolUtil.hx

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import openfl.utils.Assets;
2121
#end
2222
import flixel.text.FlxText;
2323
import shaders.RGBPalette.RGBShaderReference;
24+
import utils.CoolSystemStuff;
2425

2526
using StringTools;
2627

@@ -70,23 +71,9 @@ class CoolUtil
7071
}
7172
#end
7273

73-
public static function getUsername():String
74-
{
75-
// uhh this one is self explanatory
76-
return Sys.getEnv("USERNAME");
77-
}
78-
79-
public static function getUserPath():String
80-
{
81-
// this one is also self explantory
82-
return Sys.getEnv("USERPROFILE");
83-
}
84-
85-
public static function getTempPath():String
86-
{
87-
// gets appdata temp folder lol
88-
return Sys.getEnv("TEMP");
89-
}
74+
public static var getUsername = CoolSystemStuff.getUsername;
75+
public static var getUserPath = CoolSystemStuff.getUserPath;
76+
public static var getTempPath = CoolSystemStuff.getTempPath;
9077

9178
public static function selfDestruct():Void //this function instantly deletes your JS Engine build. i stole this from vs marcello source so if this gets used for malicious purposes im removing it
9279
{

source/CreditsState.hx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,16 @@ class CreditsState extends MusicBeatState
8686
['JS Engine People'],
8787
['Jordan Santiago', 'jor', 'Coded everything into JS Engine', 'https://twitter.com/JordansTweetsYT', 'FF9300'],
8888
[''],
89-
['Other Special Thanks'],
89+
['Special Thanks'],
9090
['Denpa Engine', 'denpeak', 'The crossfade code used for this engine\n(Currently not implemented yet!)', 'https://github.com/UmbratheUmbreon/PublicDenpaEngine', 'FF9300'],
9191
['HRK. EXEX', 'hrk', 'Created the Old Video Rendering Mode for FNF & the Note Skipping idea,\nalong with the Rating Popup recycling idea thing', 'https://www.youtube.com/@HRK_EXEX/featured', '01F8FF'],
9292
['cabfile', 'cabfile', 'Created the new Video Rendering Mode for FNF', 'https://github.com/cabfile', 'DDDDDD'],
9393
['SomeGuyWhoLovesCoding', 'sgwlc', 'Rewrote the chart loading system and ported the new Rendering Mode to source', 'https://www.youtube.com/channel/UCMSusVA3DY-4EtiGP4zKAJA', 'FFBD40'],
9494
['Betopia', 'nothing', 'Freeplay Search bar creator', 'https://www.youtube.com/channel/UCfjyz9xRhZiRbLMteQloVeg', 'FFFFFF'],
9595
['CDEV Engine', 'cdev', 'Update Screen Creator', 'https://github.com/Core5570RYT/FNF-CDEV-Engine', '00427B'],
9696
['NotMagniill', 'magniill', 'Code for the Sustain Note Splashes', 'https://github.com/notmagniill', 'FFBD40'],
97+
['chromasen', 'chromasen', 'Code for the Windows Notification Event', 'https://www.youtube.com/channel/UCgGk4oZt3We-ktkEOV9HY1Q', 'FFFFFF'],
98+
['Erizur', 'erizur', 'Cross-Platform code for the Windows Notification Event', 'https://www.youtube.com/channel/UCdCAaQzt9yOGfFM0gJDJ4bQ', 'FFFFFF'],
9799
[''],
98100
['Psych Engine Team'],
99101
['Shadow Mario', 'shadowmario', 'Main Programmer of Psych Engine', 'https://twitter.com/Shadow_Mario_', '444444'],

0 commit comments

Comments
 (0)