Initial commit for testing/fixing a deprecated godot-colyseus addon
This commit is contained in:
8
addons/godot_colyseus/demo/char.tscn
Normal file
8
addons/godot_colyseus/demo/char.tscn
Normal file
@@ -0,0 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/godot_colyseus/demo/blur.png" type="Texture2D" id=1]
|
||||
|
||||
[node name="char" type="Sprite2D"]
|
||||
position = Vector2( 0, -16 )
|
||||
scale = Vector2( 0.6, 1 )
|
||||
texture = ExtResource( 1 )
|
||||
Reference in New Issue
Block a user