Spaces:
Sleeping
Sleeping
missing import
Browse files- patches/characters.ts +1 -0
patches/characters.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { data as f5SpritesheetData } from './spritesheets/f5';
|
|
| 6 |
import { data as f6SpritesheetData } from './spritesheets/f6';
|
| 7 |
import { data as f7SpritesheetData } from './spritesheets/f7';
|
| 8 |
import { data as f8SpritesheetData } from './spritesheets/f8';
|
|
|
|
| 9 |
|
| 10 |
export const Descriptions = [
|
| 11 |
{
|
|
|
|
| 6 |
import { data as f6SpritesheetData } from './spritesheets/f6';
|
| 7 |
import { data as f7SpritesheetData } from './spritesheets/f7';
|
| 8 |
import { data as f8SpritesheetData } from './spritesheets/f8';
|
| 9 |
+
import { data as c1SpritesheetData } from './spritesheets/c1';
|
| 10 |
|
| 11 |
export const Descriptions = [
|
| 12 |
{
|