Skip to content

Commit

Permalink
Merge pull request #13 from IdealistCat/main
Browse files Browse the repository at this point in the history
update
  • Loading branch information
sphis-Sinco authored Oct 11, 2024
2 parents 7fc8113 + 4f93141 commit e26839f
Show file tree
Hide file tree
Showing 23 changed files with 1,262 additions and 296 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 10/11/2024

## 1.1
- Added "Septimo" Pup Skin
- Unlocked with 3000 Pets or more
- Added Screenshot Feature (press 0 on PC)
- Added Screenshot Button
- Added New Main Menu Pup Animation (1% chance)
- Added Audio Loading from the Github (It isn't in the "and wait" loading so it won't load 4 forever)
- Added Dog Walker Shop Item

- Changed design of the "Cap" Pup Skin Slightly
- Changed design of the "White" Pup Skin Slightly
- Changed Puppy Selector Icons Slightly
- Changed how skin jsons are loaded (all use one file now)
- Changed how Pets are displayed (Changed it to dollars now)
- Changed some Code stuff for consistent counters

- Fixed Bug where Pup Selector icons wouldn't do the Fake Lock
- Fixed "Spot" Puply Selector Icon

# 9/22/2024

## 1.0.2
Expand Down
36 changes: 17 additions & 19 deletions assets/data/credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,35 @@
"credits_syntax_version": "1.0.4",

"short-cuts": [
{ "identifier":"idealist", "content": "IdealistCat", "type":"person" },
{ "identifier":"djottaflow", "content":"Djotta Flow", "type":"person" },
{ "identifier":"paulleps", "content":"Paul Leps", "type":"person" },
{ "identifier":"drago", "content":"Drago Cuven", "type":"person" }
{ "identifier": "idealist", "content": "IdealistCat", "type": "person" },
{ "identifier": "djottaflow", "content": "Djotta Flow", "type": "person" },
{ "identifier": "paulleps", "content": "Paul Leps", "type": "person" },
{ "identifier": "drago", "content": "Drago Cuven", "type": "person" }
],

"content": [

{ "type":"tab", "content": "Main Team", "color": "red" },
{ "type": "tab", "content": "Main Team", "color": "red" },
{ "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" },
{ "type": "tab", "content": "Directors", "color": "yellow" },
{ "job": "Lead Director", "shortcut": "idealist" },
{ "job": "Co-Director", "shortcut": "djottaflow" },
{ "type":"tab", "content": "Artists and Animators", "color": "cyan" },
{ "job_display": "nojob", "shortcut": "idealist" },

{ "type": "tab", "content": "Artists and Animators", "color": "cyan" },
{ "job_display": "nojob", "shortcut": "idealist" },
{ "job_display": "nojob", "shortcut": "djottaflow" },

{ "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" },
{ "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" },

{ "type":"tab", "content": "Playtesters", "color": "lime" },
{ "type": "tab", "content": "Playtesters", "color": "lime" },
{ "job_display": "nojob", "shortcut": "paulleps" }

]
}
126 changes: 0 additions & 126 deletions assets/data/docs/credits.jsonc

This file was deleted.

1,115 changes: 1,115 additions & 0 deletions assets/data/ext/debuggerconsole.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"splash_text":[
"version": "1.1",
"splash_text": [
"puppy game",
"puppy clicker",
"pup pup",
Expand Down
9 changes: 9 additions & 0 deletions assets/data/plas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"loops": {
"nglogo": [
{ "costume": "ng1", "delay": 0.1 },
{ "costume": "ng2", "delay": 0.1 }
],
"api_verson": 1
}
}
7 changes: 7 additions & 0 deletions assets/data/plas/ng.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"frames":[
{ "costume": "ng1", "delay":0.1 },
{ "costume": "ng2", "delay":0.1 }
],
"api_verson": 1
}
37 changes: 37 additions & 0 deletions assets/data/skins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"brown": {
"positiveOffset": 0,
"negativeOffset": 0,
"cosmetics": ["halloween", "sheriff"]
},
"white": {
"positiveOffset": 0,
"negativeOffset": 2,
"cosmetics": ["halloween", "farmer"]
},
"spot": {
"positiveOffset": 2,
"negativeOffset": 0,
"cosmetics": ["halloween", "white"]
},
"bud": {
"positiveOffset": 2,
"negativeOffset": 5,
"cosmetics": ["halloween", "suit"]
},
"cap": {
"positiveOffset": 4,
"negativeOffset": 0,
"cosmetics": ["halloween", "prince"]
},
"bull": {
"positiveOffset": 0,
"negativeOffset": 6,
"cosmetics": []
},
"septimo": {
"positiveOffset": 0,
"negativeOffset": 10,
"cosmetics": ["halloween", "queen"]
}
}
5 changes: 0 additions & 5 deletions assets/data/skins/brown.json

This file was deleted.

5 changes: 0 additions & 5 deletions assets/data/skins/bud.json

This file was deleted.

5 changes: 0 additions & 5 deletions assets/data/skins/bull.json

This file was deleted.

5 changes: 0 additions & 5 deletions assets/data/skins/cap.json

This file was deleted.

5 changes: 0 additions & 5 deletions assets/data/skins/spot.json

This file was deleted.

5 changes: 0 additions & 5 deletions assets/data/skins/white.json

This file was deleted.

59 changes: 0 additions & 59 deletions assets/data/translations/english.json

This file was deleted.

4 changes: 0 additions & 4 deletions assets/data/translations/metadata.json

This file was deleted.

Loading

0 comments on commit e26839f

Please sign in to comment.