Skip to content

Commit

Permalink
Merge pull request #10 from IdealistCat/main
Browse files Browse the repository at this point in the history
v1
  • Loading branch information
sphis-Sinco authored Sep 20, 2024
2 parents 1b5ff2d + 91cee17 commit 6d9f13c
Show file tree
Hide file tree
Showing 69 changed files with 662 additions and 27 deletions.
56 changes: 56 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
# 9/20/24

## 1.0
- Added 20 more random splash texts
- Added JSON Save File Length Check to make sure you can't just load a random JSO and corrupt shit
- Added Pup skin Buffs and Debuffs (Affects any and all automatic counters)
- Added Final Translations
- ADDED RANK DISPLAY TO MAIN MENU (Username Set Menu)
- ADDED 7 NEW RANKS
- Added Atrocious Rank
- Added Awful Rank
- Added Bad Rank
- Added Good Rank
- Added Excellent Rank
- Added Perfect Rank
- Added Complete Rank
- Added OFFICIAL PUPET ANIMATED RIG SYSTEM
- Added Animation Rig for Rank intro (arrive on the Main Menu)
- Added Custom Terminal for the Game
- Added Debugger Console Extension (recommended by drago_cuven)
- Added New Background Track for when you have an Excellent Rank or higher (Song Swaps every Track Update : Settings Refresh, Song ends, etc)
- Added Music Sprite (guess what it is for)
- Added PUPPY SELECTOR
- Added new Background Track for this Menu
- Added ScriptCall Broadcasts
- Added VERY MINIMAL "Shader" Support (effefts only certain things until a more optimized method of application is found)
- ADDED 2 NEW PUP SKINS
- Added the "Bull" Pup Skin
- Unlocked when you have 2,000 Pets or more
- Added the "Cap" Pup Skin
- Unlocked when you have 50,000 Pets or more
- Added "?" Buttons to MainMenu (outline for future buttons)
- Added little Container Sprite to MainMenu

- Fixed Bug where the Shop Button click amount didn't reset
- Fixed Treats Shop Item Costumes
- Fixed Button some Shop Button code whenever it is maxed out
- Fixed Username Wrapping in Spanish Translation
- Fixed Buttons being click able even when they are maxed out
- Fixed suble Shadow of splash text on Main Menu
- Fixed Missing Brightness Fade Application to Savedata Username Text
- Fixed Double Click button not working. FINALLY.
- Fixed Bug where autosave display wouldn't work properly
- Fixed Bug where Petters wouldn't load if you left and came back to gameplay

- Changed how Upgrading a Shop Item works
- Changed how the Pup loads Pup Skins
- Changed Positions of the MainMenu Button
- Changed Position of Volume Option in settings

- Removed Spanish Setting Replace
- Removed ability to exceed Treat Bonus Button Level Limit with the "lagman" username
- Removed JSON Autosaving (got annoying)
- Removed Fade from MainMenu to Gameplay
- Removed Loading Text from Public Display (aka visible only in dev mode)

# 9/11/2024

## pre-1.12
Expand Down
9 changes: 6 additions & 3 deletions assets/data/credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"short-cuts": [
{ "identifier":"idealist", "content": "IdealistCat", "type":"person" },
{ "identifier":"djottaflow", "content":"Djotta Flow", "type":"person" },
{ "identifier":"paulleps", "content":"Paul Leps", "type":"person" }
{ "identifier":"paulleps", "content":"Paul Leps", "type":"person" },
{ "identifier":"drago", "content":"Drago Cuven", "type":"person" }
],

"content": [
Expand All @@ -13,6 +14,7 @@
{ "job": "Director", "shortcut": "idealist" },
{ "job": "Co-Director", "shortcut": "djottaflow" },
{ "job": "Playtester", "shortcut": "paulleps" },
{ "job": "Co-Programmer", "shortcut": "drago" },

{ "type":"tab", "content": "Directors", "color":"yellow" },
{ "job": "Lead Director", "shortcut": "idealist" },
Expand All @@ -22,8 +24,9 @@
{ "job_display": "nojob", "shortcut": "idealist" },
{ "job_display": "nojob", "shortcut": "djottaflow" },

{ "type":"tab", "content": "Coders", "color":"blue" },
{ "job_display": "nojob", "shortcut": "idealist" },
{ "type":"tab", "content": "Programmers", "color":"blue" },
{ "job": "Lead Programming", "shortcut": "idealist" },
{ "job": "Assistant Programmer", "shortcut": "drago" },

{ "type":"tab", "content": "Composers", "color": "purple" },
{ "job_display": "nojob", "shortcut": "idealist" },
Expand Down
Loading

0 comments on commit 6d9f13c

Please sign in to comment.