Skip to content

Commit

Permalink
Pesadillas comenzadas y más cosas
Browse files Browse the repository at this point in the history
- Archivos diálogos cargados conjuntamente
- Texto de todas las pesadillas en ambos idiomas
- Lógica pesadillas [WIP]
- Ordenador arreglado de una vez por todas 💻
  • Loading branch information
pedrolemi committed Jul 26, 2024
1 parent 59d3c8d commit c02400a
Show file tree
Hide file tree
Showing 39 changed files with 1,490 additions and 132 deletions.
4 changes: 2 additions & 2 deletions assets/UI/computer/computerElements.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"y": 0.5
}
},
"profilePhotoM": {
"profilePhotoF": {
"frame": {
"x": 600,
"y": 500,
Expand All @@ -144,7 +144,7 @@
"y": 0.5
}
},
"profilePhotoF": {
"profilePhotoM": {
"frame": {
"x": 800,
"y": 500,
Expand Down
Binary file removed assets/backgrounds/nightmares/gum.png
Binary file not shown.
Binary file removed assets/backgrounds/nightmares/gumChair.png
Binary file not shown.
Binary file removed assets/backgrounds/nightmares/nightmaresBg.png
Binary file not shown.
Binary file removed assets/backgrounds/nightmares/nightmaresChair.png
Binary file not shown.
87 changes: 87 additions & 0 deletions assets/backgrounds/nightmares/nightmaresElements.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"frames": {
"nightmaresChair.png": {
"frame": {
"x": 0,
"y": 0,
"w": 182,
"h": 302
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 9,
"y": 9,
"w": 182,
"h": 302
},
"sourceSize": {
"w": 200,
"h": 320
},
"pivot": {
"x": 0.5,
"y": 0.5
}
},
"gum.png": {
"frame": {
"x": 0,
"y": 302,
"w": 85,
"h": 85
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 3,
"y": 2,
"w": 85,
"h": 85
},
"sourceSize": {
"w": 90,
"h": 90
},
"pivot": {
"x": 0.5,
"y": 0.5
}
},
"gumChair.png": {
"frame": {
"x": 0,
"y": 387,
"w": 165,
"h": 66
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 3,
"y": 7,
"w": 165,
"h": 66
},
"sourceSize": {
"w": 170,
"h": 80
},
"pivot": {
"x": 0.5,
"y": 0.5
}
}
},
"meta": {
"app": "http://free-tex-packer.com",
"version": "0.6.7",
"image": "nightmaresElements.png",
"format": "RGBA8888",
"size": {
"w": 182,
"h": 453
},
"scale": 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions localization/day1/nightmareDay1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"shadow": {
"introduction": {
"root": {
"type": "text",
"character": "shadow",
"next": "continuation"
},
"continuation": {
"type": "text",
"character": "shadow",
"next": "end"
},
"end": {
"type": "event",
"events": [
{
"startNightmare1": {}
}
]
}
},
"outro": {
"root": {
"type": "text",
"character": "shadow",
"next": "continuation1"
},
"continuation1": {
"type": "text",
"character": "shadow",
"next": "continuation2"
},
"continuation2": {
"type": "text",
"character": "shadow",
"next": "continuation3"
},
"continuation3": {
"type": "text",
"character": "shadow",
"next": "end"
},
"end": {
"type": "event",
"events": [
{
"finishNightmare1": {}
}
]
}
}
}
}
54 changes: 54 additions & 0 deletions localization/day2/nightmareDay2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"shadow": {
"introduction": {
"root": {
"type": "text",
"character": "shadow",
"next": "continuation1"
},
"continuation1": {
"type": "text",
"character": "shadow",
"next": "continuation2"
},
"continuation2": {
"type": "text",
"character": "shadow",
"next": "end"
},
"end": {
"type": "event",
"events": [
{
"startNightmare2": {}
}
]
}
},
"outro": {
"root": {
"type": "text",
"character": "shadow",
"next": "continuation1"
},
"continuation1": {
"type": "text",
"character": "shadow",
"next": "continuation2"
},
"continuation2": {
"type": "text",
"character": "shadow",
"next": "end"
},
"end": {
"type": "event",
"events": [
{
"finishNightmare2": {}
}
]
}
}
}
}
Loading

0 comments on commit c02400a

Please sign in to comment.