online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/virtual_keyboard/Key.tscn')
| -rw-r--r-- | ui/virtual_keyboard/Key.tscn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ui/virtual_keyboard/Key.tscn b/ui/virtual_keyboard/Key.tscn new file mode 100644 index 0000000..492a1ad --- /dev/null +++ b/ui/virtual_keyboard/Key.tscn @@ -0,0 +1,18 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://ui/virtual_keyboard/kb_theme.theme" type="Theme" id=1] +[ext_resource path="res://ui/virtual_keyboard/Key.gd" type="Script" id=2] + +[node name="w" type="Button"] +margin_right = 40.0 +margin_bottom = 40.0 +rect_min_size = Vector2( 60, 60 ) + +theme = ExtResource( 1 ) +action_mode = 0 +keep_pressed_outside = true +text = "w" +script = ExtResource( 2 ) +key = "w" +shift_key = "W" +shift_on_capslock = null |