Add EventBus and GameScene from ecs

This commit is contained in:
3wc
2024-02-14 00:21:02 -03:00
parent cd8be645a3
commit 87302a3713
11 changed files with 297 additions and 163 deletions

View File

@ -1,13 +1,21 @@
text {
font : url("res/font/minecraftia_regular_6.fnt")
}
game-container {
background: blue;
}
.mybox {
background: #080;
padding: -10;
}
view.mybox {
heading.mybox {
padding: 10;
}
title-screen {
title-scene {
max-width: 300;
layout: vertical;
}