Tiniest2D 1.6.1 - Release Notes: The easiest 2D Game Engine just got Better!

Uniday Studio
Uniday Studio
June 05, 2026 · 2 min read · Updated June 05, 2026

Tiniest2D 1.6.1 adds new script functions, save/load features, editor workflow improvements, sprite tools, runtime fixes, localization progress, and better documentation.


Tiniest2D is a lightweight 2D game engine created by Uniday Studio for developers who want to build and ship small 2D games quickly, without dealing with heavy pipelines, complex setup, or unnecessary engine bloat. The engine is designed around a fast, text-first workflow where your code, sprites, scenes, audio, and project data live together in a single file. When exported, the game becomes a standalone .exe, making Tiniest2D especially useful for small indie games, prototypes, jams, and focused 2D projects.

image.png

With version 1.6.1, Tiniest2D receives several quality-of-life improvements across scripting, editor usability, runtime behavior, sprite editing, documentation, and localization. This update is not about changing the core identity of the engine. Instead, it strengthens what Tiniest2D is already built for: fast iteration, simple workflows, and helping developers actually finish games.

Learn More about Tiniest2D


What’s New in Tiniest2D 1.6.1

New Script Features

image.png

Tiniest2D 1.6.1 adds several useful scripting improvements:

  • Added strlen(...) function.
  • Added quitGame() function.
  • Added save/load and other storage functions.
  • Added get/set support for Window Mode.
  • Added continue support inside for loops.

These additions make the scripting language more practical for real game logic, especially when dealing with settings, save data, loops, UI behavior, and manual game exit handling.

Better Editor Workflow

image.png

This update also improves the Tiniest2D editor experience:

  • Ctrl + Click on a function or variable now jumps to its definition.
  • Tab and Shift + Tab now control multiline indentation.
  • New: Particle Effects when you delete characters in the Editor to add some juice! :)
  • Added SFX feedback for Ctrl + C.

These changes make coding and editing inside Tiniest2D faster and more comfortable, especially for users working directly inside the built-in editor.

Sprite Editor Improvements

The Sprite Editor now includes a new Discretize Colors tool:

image.png

This can be especially useful for pixel art workflows, color cleanup, palette reduction, and stylized 2D graphics where controlling the final color set matters. If you want regular non discrete colors, simply hold ctrl to disable it while selecting the color.

Runtime Behavior Changes

  • Pressing Esc no longer closes the game automatically.

This prevents accidental game exits and gives developers more control over how their games behave during runtime.

Localization and Documentaiton

Tiniest2D 1.6.1 also introduces important localization groundwork:

  • Engine localization has been separated into its own system and will be available soon at Uniday Studio's Learn Quests.
  • Portuguese localization work has started and it's already available (WIP).
  • Improved the Tiniest2D Guide.

This is an important step toward making Tiniest2D more accessible to developers in different languages.


Final Thoughts

Tiniest2D 1.6.1 is a focused update that improves the engine in practical ways. The new scripting functions, better editor navigation, sprite tools, safer runtime behavior, and localization groundwork all help make Tiniest2D a more complete and comfortable engine for small 2D game development.

For developers looking for a simple 2D game engine with fast iteration, minimal setup, and a compact workflow, Tiniest2D continues to move in the right direction.

#tiniest2d #2d game engine #indie game development #game engine update #release notes #2d game development #uniday studio
Cave Engine

The Engine That Listens

Developed by indies, for indies — with direct support from the creators.

Learn More

Comments

Join the Discussion

Please login or create an account to leave a comment on this blog post.

Blake
Blake
User
June 05, 2026 at 05:39 PM
Awesome update!

Recent Posts

Cave Engine 1.6.2 - Release Notes

June 08, 2026

See what's new in Cave Engine's newest release: Version 1.6.2. It's mostly a bug fixing and quality of life improvement, but it does introduce a couple of new features that will help you create your games.

4 Alternatives to Roblox Studio in 2026

June 03, 2026

Looking for an alternative to Roblox Studio? Compare Cave Engine, Godot, Unity, and Unreal Engine to see which game engine fits Roblox developers moving to standalone games in 2026.

Cave Engine 2026 Roadmap: Logic Bricks Is Out, and the Future Looks Big

May 25, 2026

See the updated Cave Engine 2026 roadmap, including Logic Bricks in Cave 1.6, Python API parity, AI tools, Linux improvements, web export, DirectX 12, and future console plans.