Deployed this wow

This commit is contained in:
Dan 2026-01-29 15:06:45 +00:00
parent a08c13b1a3
commit cbd84a2e50
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ html/head_include=""
html/canvas_resize_policy=1
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=true
progressive_web_app/enabled=false
progressive_web_app/ensure_cross_origin_isolation_headers=true
progressive_web_app/offline_page=""
progressive_web_app/display=1

View file

@ -15,7 +15,7 @@ var wood_color: Color = Color(0.95, 0.6, 0.35) # Light pumpkin orange (autumn le
var stock_color: Color = Color(0.6, 0.75, 0.95) # Light periwinkle blue (clear autumn sky)
# GAMEPLAY VALUES
var target_currency: float = 100
var target_currency: float = 1000000
var base_sale_price: float = 30
var base_wood_respawn: float = 5 # seconds
var wood_per_click: float = 5