bridge-site-outside

3 April 2026

Previously…

Codex created a simple Godot game where the player was a blue square that could move around in a box bounded by pink squares that acted as walls.

Over the last couple days…

The pink squares are still here, but I managed to load a TileSet and use it to make a (simple) TileMap.

Codex one-shot transformed the blue square into an animated sprite that Nano Banana made based on a charas example spritesheet. I also made a Dryad spritesheet.

Animated player movement

To Do