online multiplayer chess game (note server currently down)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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