├── .gitattributes ├── index.html ├── js ├── achievement.js ├── crafting.js ├── garden.js ├── icons.js ├── inventory.js ├── kitchen.js ├── lab.js ├── navigation.js ├── news.js ├── number_format.js ├── potatopedia.js ├── prestige.js ├── settings.js └── shop.js ├── sprites ├── baked_potato.png ├── chips.png ├── coin_icon.png ├── discord_icon.png ├── dna_icon.png ├── fries.png ├── icon.png ├── icon_small.png ├── locked_potatopedia.png ├── mashed_potato_icon.png ├── patreon_icon.png ├── potato1.png ├── potato10.png ├── potato11.png ├── potato12.png ├── potato13.png ├── potato14.png ├── potato15.png ├── potato16.png ├── potato2.png ├── potato3.png ├── potato4.png ├── potato5.png ├── potato6.png ├── potato7.png ├── potato8.png ├── potato9.png ├── potato_empty.png ├── potato_template.png ├── seeds.png └── seeds_icon.png └── style.css /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |One Potato Incremental, a minimalist farming simulator (v0.3.1.1) 23 | 24 | 25 |
26 | 27 | 28 |
31 | 32 | |
33 | ||||||
36 | - Inventory -37 |![]()
- Crafting -66 | 67 | 71 | 72 | 73 | |
74 |
75 |
76 |
|
357 |
F
a
n
c
y
' 11 | colors = ["#f00","#f80","#ff0","#0f0","#0ff","#00f","#f0f","#f00","#f80","#ff0","#0f0","#0ff","#00f","#f0f","#f00","#f80","#ff0","#0f0","#0ff","#00f","#f0f","#f00","#f80"] 12 | } else if (progress_bar_style == "fancy") { 13 | progress_bar_style = "simple" 14 | document.getElementById("progress_bar_style_setting").innerHTML = 'Progress Bars: