Add EventBus and GameScene from ecs
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user