Add GridContainer.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user