mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Add test widget stubs
This commit is contained in:
16
druid/widget/debug_panel/debug_panel.gui
Normal file
16
druid/widget/debug_panel/debug_panel.gui
Normal file
@@ -0,0 +1,16 @@
|
||||
textures {
|
||||
name: "druid"
|
||||
texture: "/druid/druid.atlas"
|
||||
}
|
||||
nodes {
|
||||
size {
|
||||
x: 200.0
|
||||
y: 100.0
|
||||
}
|
||||
type: TYPE_BOX
|
||||
id: "root"
|
||||
inherit_alpha: true
|
||||
size_mode: SIZE_MODE_AUTO
|
||||
}
|
||||
material: "/builtins/materials/gui.material"
|
||||
adjust_reference: ADJUST_REFERENCE_PARENT
|
Reference in New Issue
Block a user