online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/animations/LoadingAnimation.tscn')
| -rw-r--r-- | ui/animations/LoadingAnimation.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/animations/LoadingAnimation.tscn b/ui/animations/LoadingAnimation.tscn new file mode 100644 index 0000000..b92cfc5 --- /dev/null +++ b/ui/animations/LoadingAnimation.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://assets/ui/whitespace.png" type="Texture" id=1] + +[node name="LoadingAnimation" type="TextureRect"] +anchor_right = 1.0 +anchor_bottom = 1.0 +texture = ExtResource( 1 ) +expand = true |