You are browsing as a guest. Sign up (or log in) to start making projects!

1h 1m 59s logged

Devlog 2: Upgrading Depth and Aesthetics
Project: The Greenhouse In The Stars
Engine: Godot 4 (C#) — Compatibility Mode

I just completed a major refactor of the environment layout and rendering systems to support a much cleaner pixel-art presentation.

What is working:
Migration to TileMapLayer: Swapped out the old multi-layer TileMap system for Godot 4’s new, independent TileMapLayer nodes. Plants and floor tiles now live on separate canvases (FloorLayer and PlantLayer), making it incredibly easy to manage transparency, drop-shadows, and layering logic.

Procedural Floor Generation: Implemented a C# initialization loop that auto-populates a 20x15 arena on launch, meaning I no longer have to manually paint grids in-engine.
Texture Atlas & Variations: Swapped in a clean, sci-fi metallic panel texture. By utilizing Godot’s alternative tile system, the generation script automatically rolls a coin-flip variation for every coordinate, instantly creating a randomized, connected walkway pattern across the biodome floor.
Crisp Pixel Art Scaling: Configured the base project viewport and canvas stretch rules. The game now launches in a sharp, retro low-resolution layout that automatically scales up cleanly to fullscreen without blurring the textures.

Next Steps:
With the procedural floor grid fully functional, the next phase is tracking player placement constraints on the new node layout and preparing the base C# data profiles for real-world planet data tracking.

0
15

Comments 0

No comments yet. Be the first!