Add GridContainer.

This commit is contained in:
2025-06-19 15:13:25 +02:00
parent 6affded730
commit 3460c124b8
2 changed files with 71 additions and 1 deletions

View File

@@ -117,5 +117,5 @@ public class TestGame : Game
private ResourceRef<Sound> _sound;
private ResourceRef<Texture2d> _icon;
private HorizontalContainer _container = new(spacing: 8.0f);
private GridContainer _container = new();
}