|
21 | 21 | "stickerPack": "remnants-default", |
22 | 22 | "freeplayDJ": { |
23 | 23 | "assetPath": "freeplay/freeplay-bf-remnants", |
24 | | - "scriptClass": "BoyfriendRemnantsFreeplayDJ", |
| 24 | + "scriptClass": "funkin.remnants.players.djs.BoyfriendRemnantsFreeplayDJ", |
25 | 25 | "fistPump": { |
26 | 26 | "introStartFrame": 0, |
27 | 27 | "introEndFrame": 4, |
|
120 | 120 | "perfectGold": [ |
121 | 121 | { |
122 | 122 | "renderType": "animateatlas", |
123 | | - "scriptClass": "BFRemnantsBedPerfectResults", |
| 123 | + "scriptClass": "funkin.remnants.players.results.bf.BFRemnantsBedPerfectResults", |
124 | 124 | "startFrameLabel": "INTRO", |
125 | 125 | "filter": "naughty", |
126 | 126 | "zIndex": 500, |
|
138 | 138 | }, |
139 | 139 | { |
140 | 140 | "renderType": "animateatlas", |
141 | | - "scriptClass": "BFRemnantsBedPerfectResults", |
| 141 | + "scriptClass": "funkin.remnants.players.results.bf.BFRemnantsBedPerfectResults", |
142 | 142 | "startFrameLabel": "INTRO 2", |
143 | 143 | "filter": "safe", |
144 | 144 | "zIndex": 500, |
|
160 | 160 | "perfect": [ |
161 | 161 | { |
162 | 162 | "renderType": "animateatlas", |
163 | | - "scriptClass": "BFRemnantsBedPerfectResults", |
| 163 | + "scriptClass": "funkin.remnants.players.results.bf.BFRemnantsBedPerfectResults", |
164 | 164 | "startFrameLabel": "INTRO", |
165 | 165 | "filter": "naughty", |
166 | 166 | "zIndex": 500, |
|
178 | 178 | }, |
179 | 179 | { |
180 | 180 | "renderType": "animateatlas", |
181 | | - "scriptClass": "BFRemnantsBedPerfectResults", |
| 181 | + "scriptClass": "funkin.remnants.players.results.bf.BFRemnantsBedPerfectResults", |
182 | 182 | "startFrameLabel": "INTRO 2", |
183 | 183 | "filter": "safe", |
184 | 184 | "zIndex": 500, |
|
249 | 249 | "loss": [ |
250 | 250 | { |
251 | 251 | "renderType": "animateatlas", |
252 | | - "scriptClass": "BFRemnantsShitResults", |
| 252 | + "scriptClass": "funkin.remnants.players.results.bf.BFRemnantsShitResults", |
253 | 253 | "zIndex": 500, |
254 | 254 | "offsets": [570.5, -390.5], |
255 | 255 | "loopFrameLabel": "Loop Start" |
|
0 commit comments