No description
Find a file
megaproxy 5a6ec53b12 Tree growth: dedicated stage atlas + tuned WildGrowth rate
Sub-mature stages (0/1/2) now use FG_Tree_Stages.png (a 128×32 atlas
with 8 progressively-larger tree cells from the bundle's "Crops with
Stages 03" pack). Stage 0 = tiny sprout (col 0), Stage 1 = small
leaf (col 1), Stage 2 = small tree (col 3). Stage 3 (Mature) keeps
the existing 64×80 seasonal canopy atlases.

Visually distinct progression replaces the previous scale-down-the-
mature-texture placeholder + procedural sapling dots.

WildGrowth pacing tuned: INTERVAL 1200 → 3000, PROBABILITY 0.30 →
0.12, LIMIT 60 → 80. Previous values flooded the map with saplings
within ~30 seconds of 12× play. New rate gives a slow but visible
regrowth over a season at default speed.

_draw simplified: removed procedural sapling fallback (atlas handles
all stages now). Pending-plant ghosts get the alpha tint via
sprite.modulate.
2026-05-16 16:42:38 +01:00
.claude Wire Godot MCP Pro and tiered subagents (mirrors tavernkeep) 2026-05-10 19:26:54 +01:00
art Tree growth: dedicated stage atlas + tuned WildGrowth rate 2026-05-16 16:42:38 +01:00
audio Phase 18 — Audio (music director + SFX catalog + bus wiring) 2026-05-15 18:54:36 +01:00
autoload Renewable resources: tree growth + WildGrowth + Quarry on BigRockNode 2026-05-16 16:36:16 +01:00
data Phase 0 scaffold + asset audit findings 2026-05-10 20:09:11 +01:00
docs docs: mark Phase 17 'Bill UI for workbenches' as shipped 2026-05-16 00:30:20 +01:00
scenes Tree growth: dedicated stage atlas + tuned WildGrowth rate 2026-05-16 16:42:38 +01:00
tests Phase 0 scaffold + asset audit findings 2026-05-10 20:09:11 +01:00
tools Phase 0 scaffold + asset audit findings 2026-05-10 20:09:11 +01:00
.gitignore Wire Godot MCP Pro and tiered subagents (mirrors tavernkeep) 2026-05-10 19:26:54 +01:00
.mcp.json Wire Godot MCP Pro and tiered subagents (mirrors tavernkeep) 2026-05-10 19:26:54 +01:00
CLAUDE.md Wire Godot MCP Pro and tiered subagents (mirrors tavernkeep) 2026-05-10 19:26:54 +01:00
icon.svg Phase 0 scaffold + asset audit findings 2026-05-10 20:09:11 +01:00
icon.svg.import Make main scene root Node2D so editor defaults to 2D view 2026-05-10 20:19:09 +01:00
memory.md memory.md: pawn reskin Slice 1 session log + 2 patterns 2026-05-16 15:23:51 +01:00
project.godot Phase 18 — Audio (music director + SFX catalog + bus wiring) 2026-05-15 18:54:36 +01:00
README.md Phase 0 scaffold + asset audit findings 2026-05-10 20:09:11 +01:00

rimlike

A 2D, tile-based cute-farming-RPG-meets-colony-sim for mobile and handheld. Rimworld DNA, Going Medieval × Stardew lodestars. Built on Godot 4.

Working title rimlike — rename TBD.

Working in this repo

On a fresh clone

The proprietary Godot MCP Pro addon is gitignored. Re-copy from the local install before opening the project:

cp -r /mnt/d/godot/mcp/addons/godot_mcp ./addons/

Then open project.godot in Godot 4.6+. Project → Project Settings → Plugins → enable Godot MCP Pro. Look for the green dot in the "MCP Pro" bottom panel.

Engine

Godot 4.6.2 stable, GDScript only, GL Compatibility renderer (max mobile reach), 16×16 pixel art (texture filter = nearest, pixel snap on).