Skip to content

Commit d7906ac

Browse files
committed
new version, better credits
1 parent d8bd024 commit d7906ac

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

about.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
A rework of Yoylecake Jumpscare
33

44
# Credits to
5-
IliasHDZ and RayDeeUx for inspirating, sorry for the yoylecake jumpscare, Jacknjellify for making BFDI, and the iconic Yoylecake
5+
- IliasHDZ and RayDeeUx for inspirating, sorry for the yoylecake jumpscare mod
6+
7+
- Jacknjellify for making BFDI, and the iconic Yoylecake
8+
9+
- Alphalaneous and henrysck075 for helping me on the mod :p

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 1.0.4
2+
- more credits :D
13
# 1.0.3
24
- android support
35
# 1.0.2

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"id": "b4uti4gd.betteryoylecake",
88
"name": "BetterYoylecake",
9-
"version": "v1.0.3",
9+
"version": "v1.0.4",
1010
"developer": "B4uti4GD",
1111
"description": "A rework of YoylecakeJumpscare",
1212
"links": {

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ using namespace geode::prelude;
66

77
struct $modify(MyGJBaseGameLayer, GJBaseGameLayer) {
88
void resetPlayer(){
9-
GJBaseGameLayer::resetPlayer();
109
yoyle();
10+
GJBaseGameLayer::resetPlayer();
1111
}
1212

1313
void yoyle() {

0 commit comments

Comments
 (0)