Skip to content

Commit 0e8431d

Browse files
committed
Rename all instances of Universe Engine to Solar Engine
dumbass forgot to do that lmao
1 parent 8a117cd commit 0e8431d

21 files changed

Lines changed: 23 additions & 23 deletions

.DS_Store

0 Bytes
Binary file not shown.

assets/.DS_Store

0 Bytes
Binary file not shown.

assets/preload/.DS_Store

0 Bytes
Binary file not shown.

assets/preload/data/introText.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
universe engine--my beloved--<3<3<3
1+
solar engine--my beloved--<3<3<3
22
zaf really--likes--skibidi
33
dude im literally not--brainrotted--AAAAAAAAAAAAAAAAAAAAAAAAAAAA
44
metal in microwave--give free boboux--fact checked by spook
@@ -12,7 +12,7 @@ im a--fucking--furry
1212
go play--an ammar--creativity
1313
an ammar creativity--best mod ever--fight me
1414
js engine--best engine--ue second best
15-
if js engine and--marked engine had a baby--universe engine lol
15+
if js engine and--marked engine had a baby--solar engine lol
1616
dude the modcharting--tool is so--epic
1717
this is text 1--this is text 2--it works
1818
ue made by--3--morons

assets/preload/uescript/.DS_Store

6 KB
Binary file not shown.

assets/preload/uescript/FORCE/fire.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ function onCreatePost()
2020
setPropertyFromClass("openfl.Lib", "application.window.title", "FIRE IN THE HOLE")
2121
end
2222
if getPropertyFromClass("ClientPrefs", "hitsoundVolume") == 0 then
23-
setPropertyFromClass("openfl.Lib", "application.window.title", "Friday Night Funkin': Universe Engine")
23+
setPropertyFromClass("openfl.Lib", "application.window.title", "Friday Night Funkin': Solar Engine")
2424
end
2525
end
2626

2727
function onDestroy()
2828
if UEhitsound == 'Fire in the hole' then
29-
setPropertyFromClass("openfl.Lib", "application.window.title", "Friday Night Funkin': Universe Engine")
29+
setPropertyFromClass("openfl.Lib", "application.window.title", "Friday Night Funkin': Solar Engine")
3030
end
3131
end
3232

example_mods/Weekend 1/pack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WeekEnd 1 Psych Port",
3-
"description": "WeekEnd 1 Port from Base Game\nFROM UNIVERSE ENGINE MODS FOLDER",
3+
"description": "WeekEnd 1 Port from Base Game\nFROM SOLAR ENGINE MODS FOLDER",
44
"restart":false,
55
"runsGlobally": false,
66
"color": [61,59,41],

source/.DS_Store

-2 KB
Binary file not shown.

source/ClientPrefs.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ClientPrefs
3939
public static var splashAlpha:Float = 0.6;
4040

4141
// UE
42-
public static var universeEngineCPREF:Bool = true; // this is to check if you running universe engine!
42+
public static var universeEngineCPREF:Bool = true; // this is to check if you running solar engine!
4343
public static var keystrokes:Bool = true;
4444
public static var keyA:Float = 0.3;
4545
public static var keyFT:Float = 0.15;

source/CreditsState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class CreditsState extends MusicBeatState
104104
{
105105
pisspoop = [
106106
// Name - Icon name - Description - Link - BG Color
107-
['Universe Engine DEVs'],
107+
['Solar Engine DEVs'],
108108
['Video Bot', 'videobot', 'First DEV, In charge of the HX files', 'https://linktr.ee/videobot', '14FFFF'],
109109
['BaranMuzu', 'baranmuzu', 'Second DEV, In charge of the LUA files and other', 'https://linktr.ee/baranmuzu', 'BE9877'],
110110
[''],

0 commit comments

Comments
 (0)