mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
feat(scene): add credits scene and UI
This commit is contained in:
@@ -22,7 +22,10 @@ float ColumnLayout::height() const {
|
||||
return m_window_height;
|
||||
}
|
||||
|
||||
void ColumnLayout::set_spacing(int spacing) { m_spacing = spacing; }
|
||||
ColumnLayout& ColumnLayout::set_spacing(int spacing) {
|
||||
m_spacing = spacing;
|
||||
return *this;
|
||||
}
|
||||
|
||||
void ColumnLayout::layout() {
|
||||
auto& children = Widget::children();
|
||||
|
||||
Reference in New Issue
Block a user