Skip to content

Commit 4ab61f0

Browse files
committed
1.5.0
1 parent 9cd8b5b commit 4ab61f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+964
-889
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else()
88
endif()
99
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
1010

11-
project(DeltaruneTextboxes VERSION 1.4.5)
11+
project(DeltaruneTextboxes VERSION 1.5.0)
1212

1313
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS OR (ANDROID AND ANDROID_ABI STREQUAL "armeabi-v7a"))
1414
add_compile_definitions(DISABLE_KEYBOARD)

about.md

Lines changed: 0 additions & 2 deletions

changelog.md

Lines changed: 4 additions & 0 deletions

mod.json

Lines changed: 46 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "timestepyt.deltarune_textboxes",
1010
"name": "Deltarune Textboxes",
11-
"version": "v1.4.5",
11+
"version": "v1.5.0",
1212
"developer": "TimeStepYT",
1313
"description": "Makes Popups look like Deltarune",
1414
"links": {
@@ -31,60 +31,66 @@
3131
},
3232
"resources": {
3333
"sprites": [
34-
"resources/undertaleSquare.png",
35-
"resources/deltaruneSquare_0.png",
36-
"resources/deltaruneSquare_1.png",
37-
"resources/deltaruneSquare_2.png",
38-
"resources/deltaruneSquare_3.png",
39-
"resources/deltaruneSquare_4.png",
40-
"resources/heart.png"
34+
"resources/sprites/*.png"
4135
],
4236
"fonts": {
4337
"Determination": {
4438
"size": 78,
45-
"path": "resources/determination-extended.ttf",
39+
"path": "resources/fonts/determination-extended.ttf",
4640
"charset": "32-126,8226",
4741
"outline": 0
4842
},
4943
"ComicSans": {
5044
"size": 78,
51-
"path": "resources/comic-sans-pixel.ttf",
45+
"path": "resources/fonts/comic-sans-pixel.ttf",
5246
"charset": "32-126,8226",
5347
"outline": 0
5448
},
5549
"Papyrus": {
5650
"size": 78,
57-
"path": "resources/papyrus-pixel.ttf",
51+
"path": "resources/fonts/papyrus-pixel.ttf",
5852
"charset": "32-126,8226",
5953
"outline": 0
6054
}
6155
},
6256
"files": [
63-
"resources/DeterminationGradient-uhd.fnt",
64-
"resources/DeterminationGradient-hd.fnt",
65-
"resources/DeterminationGradient.fnt",
66-
"resources/DeterminationGradient-uhd.png",
67-
"resources/DeterminationGradient-hd.png",
68-
"resources/DeterminationGradient.png",
69-
"resources/SND_TXT1.wav",
70-
"resources/SND_TXT2.wav",
71-
"resources/snd_txtal.wav",
72-
"resources/snd_txtasg.wav",
73-
"resources/snd_txtasr.wav",
74-
"resources/snd_txtsans.wav",
75-
"resources/snd_txtpap.wav",
76-
"resources/snd_txtund.wav",
77-
"resources/snd_txttor.wav",
78-
"resources/snd_txtsus.wav",
79-
"resources/snd_txtral.wav",
80-
"resources/snd_txtlan.wav",
81-
"resources/snd_txtnoe.wav",
82-
"resources/snd_txtber.wav",
83-
"resources/snd_txtjok.wav",
84-
"resources/snd_txtspam.wav",
85-
"resources/snd_txtspam2.wav",
86-
"resources/snd_txtq.wav",
87-
"resources/screenshot.jpg",
57+
"resources/fonts/DeterminationGradient-uhd.fnt",
58+
"resources/fonts/DeterminationGradient-hd.fnt",
59+
"resources/fonts/DeterminationGradient.fnt",
60+
"resources/fonts/DeterminationGradient-uhd.png",
61+
"resources/fonts/DeterminationGradient-hd.png",
62+
"resources/fonts/DeterminationGradient.png",
63+
"resources/sounds/SND_TXT1.wav",
64+
"resources/sounds/SND_TXT2.wav",
65+
"resources/sounds/snd_txtal.wav",
66+
"resources/sounds/snd_txtasg.wav",
67+
"resources/sounds/snd_txtasr.wav",
68+
"resources/sounds/snd_txtsans.wav",
69+
"resources/sounds/snd_txtpap.wav",
70+
"resources/sounds/snd_txtund.wav",
71+
"resources/sounds/snd_txttor.wav",
72+
"resources/sounds/snd_txtsus.wav",
73+
"resources/sounds/snd_txtral.wav",
74+
"resources/sounds/snd_txtlan.wav",
75+
"resources/sounds/snd_txtnoe.wav",
76+
"resources/sounds/snd_txtber.wav",
77+
"resources/sounds/snd_txtjok.wav",
78+
"resources/sounds/snd_txtspam.wav",
79+
"resources/sounds/snd_txtspam2.wav",
80+
"resources/sounds/snd_txtq.wav",
81+
"resources/sounds/snd_txtger.wav",
82+
"resources/sounds/snd_txtcar.wav",
83+
"resources/sounds/snd_txtjack.wav",
84+
"resources/sounds/snd_txtten1.wav",
85+
"resources/sounds/snd_txtten2.wav",
86+
"resources/sounds/snd_txtten3.wav",
87+
"resources/sounds/snd_txtten4.wav",
88+
"resources/sounds/snd_txtten5.wav",
89+
"resources/sounds/snd_txtten6.wav",
90+
"resources/sounds/snd_txtten7.wav",
91+
"resources/sounds/snd_txtten8.wav",
92+
"resources/sounds/snd_txtten9.wav",
93+
"resources/sounds/snd_txtten10.wav",
8894
"resources/g.jpg"
8995
]
9096
},
@@ -171,6 +177,10 @@
171177
"Queen",
172178
"Spamton",
173179
"Spamton NEO",
180+
"Tenna",
181+
"Carol",
182+
"Gerson",
183+
"Jackenstein",
174184
"No Sound"
175185
]
176186
}

previews/preview-1.png

553 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)