Skip to content

Commit

Permalink
Forgot a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
doggogit committed Oct 21, 2023
1 parent 68abbcf commit a97da19
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 40 deletions.
6 changes: 3 additions & 3 deletions images/menucharacters/cg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"idle_anim": "cassettegirl idle",
"image": "Menu_CG",
"position": [
200,
200
204,
204
],
"flipX": false,
"scale": 0.55,
"scale": 0.56,
"confirm_anim": "cassettegirl idle"
}
2 changes: 1 addition & 1 deletion scripts/cassetteHUD.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function onCreate()
setPropertyFromClass("openfl.Lib", "application.window.title", "Friday Night Funkin': Vs Cassette Girl")
setPropertyFromClass("openfl.Lib", "application.window.title", "Friday Night Funkin': Vs. Cassette Girl")
end

function onCreatePost()
Expand Down
7 changes: 5 additions & 2 deletions shaders/readme.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Drop your shader's .frag and .vert files here!
Both files are optional, if one of them are missing, it will use a default string instead of trying to load an unexistent file.
Put your custom shader files here!
Shaders normally use one of these two (or both at the same time):

- shaderNameHere.vert
- shaderNameHere.frag
42 changes: 13 additions & 29 deletions stages/cgstage.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,15 @@
{
"directory": "",
"defaultZoom": 0.7,
"isPixelStage": false,
"boyfriend": [
770,
240
],
"girlfriend": [
300,
150
],
"opponent": [
-10,
280
],
"hide_girlfriend": false,
"camera_boyfriend": [
0,
0
],
"camera_opponent": [
0,
0
],
"camera_girlfriend": [
0,
0
],
"camera_speed": 1
"directory": "",
"defaultZoom": 0.7,
"stageUI": "",

"boyfriend": [770, 240],
"girlfriend": [300, 150],
"opponent": [-10, 280],
"hide_girlfriend": false,

"camera_boyfriend": [0, 0],
"camera_opponent": [0, 0],
"camera_girlfriend": [0, 0],
"camera_speed": 1
}
7 changes: 2 additions & 5 deletions videos/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
Put your custom shader files here!
Shaders normally use one of these two (or both at the same time):

- shaderNameHere.vert
- shaderNameHere.frag
Put your custom .mp4 videos here!
They MUST be in 1280x720 resolution

0 comments on commit a97da19

Please sign in to comment.