18 lines
400 B
YAML
18 lines
400 B
YAML
---
|
|
geometry.stretch: true
|
|
layout:
|
|
$type: haxework.view.layout.VerticalLayout
|
|
views:
|
|
- $type: haxework.view.group.VGroupView
|
|
style: container
|
|
overflow.x: crop
|
|
overflow.y: crop
|
|
views:
|
|
- id: game
|
|
$type: ru.m.tankz.view.game.GameView
|
|
- id: gamepad
|
|
$type: ru.m.tankz.view.GamepadView
|
|
geometry.position: absolute
|
|
geometry.stretch: true
|
|
visible: false
|