Skip to content

Commit

Permalink
create palettes for some of the themes
Browse files Browse the repository at this point in the history
  • Loading branch information
LupaDevStudio committed Feb 2, 2024
1 parent 7991ea7 commit e2d2d4c
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 37 deletions.
24 changes: 20 additions & 4 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"settings": {
"music_volume": 0.0,
"sound_volume": 0.46621621621621623,
"current_theme_image": "beach_hammock",
"current_theme_image": "dream",
"current_music": "kids_party",
"current_theme_colors": "beach_hammock"
"current_theme_colors": "dream"
},
"unlocked_themes": {
"japanese_etching": {
Expand All @@ -37,11 +37,27 @@
},
"desert_sunset": {
"image": true,
"colors": false
"colors": true
},
"beach_hammock": {
"image": true,
"colors": true
},
"flowered_garden": {
"image": true,
"colors": true
},
"beach_sunset": {
"image": true,
"colors": true
},
"diskopolys": {
"image": true,
"colors": true
},
"dream": {
"image": true,
"colors": true
}
},
"unlocked_musics": {
Expand All @@ -51,7 +67,7 @@
"status": "Beginner",
"level": 1,
"experience": 0,
"coins": 890
"coins": 879200
},
"ads": {
"1": true,
Expand Down
3 changes: 3 additions & 0 deletions prompts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Prompts

badge design for a novice, realistic, metal intricated, highly detailed, render, no background
66 changes: 33 additions & 33 deletions resources/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
0.741
],
"secondary": [
0.933,
0.906,
0.882
0.867,
0.761,
0.663
],
"image": "beach_hammock.jpg",
"image_price": 210,
Expand All @@ -33,14 +33,14 @@
},
"flowered_garden": {
"primary": [
0.25,
0.21,
0.73
0.490,
0.561,
0.325
],
"secondary": [
0.4,
0.4,
0.4
0.475,
0.290,
0.278
],
"image": "flowered_garden.jpg",
"image_price": 10000,
Expand All @@ -49,14 +49,14 @@
},
"desert_sunset": {
"primary": [
1,
0.49,
0.62
0.922,
0.424,
0.137
],
"secondary": [
0.4,
0.4,
0.4
0.408,
0.259,
0.224
],
"image": "desert_sunset.jpg",
"image_price": 100,
Expand All @@ -65,14 +65,14 @@
},
"beach_sunset": {
"primary": [
1,
0.49,
0.62
0.424,
0.573,
0.647
],
"secondary": [
0.4,
0.4,
0.4
0.557,
0.42,
0.522
],
"image": "beach_sunset.jpg",
"image_price": 100,
Expand All @@ -81,14 +81,14 @@
},
"diskopolys": {
"primary": [
1,
0.49,
0.62
0.086,
0.639,
0.804
],
"secondary": [
0.4,
0.4,
0.4
0.122,
0.263,
0.365
],
"image": "diskopolys.jpg",
"image_price": 100,
Expand All @@ -97,14 +97,14 @@
},
"dream": {
"primary": [
1,
0.49,
0.62
0.973,
0.761,
0.592
],
"secondary": [
0.4,
0.4,
0.4
0.102,
0.376,
0.525
],
"image": "dream.jpg",
"image_price": 100,
Expand Down

0 comments on commit e2d2d4c

Please sign in to comment.