aboutsummaryrefslogtreecommitdiff
path: root/riot/riot.tscn
diff options
context:
space:
mode:
authorRoman Gräf <romangraef@gmail.com>2020-04-18 15:33:01 +0200
committerRoman Gräf <romangraef@gmail.com>2020-04-18 15:33:01 +0200
commit6a6fd1828959e3343e58e3ddc36790b4a25e1747 (patch)
treeb155ea05bf32aef00adca52f77a46deae248939e /riot/riot.tscn
parent6c66e81946d005dac3b05be73889da28936b0ad0 (diff)
downloadLDJam46-6a6fd1828959e3343e58e3ddc36790b4a25e1747.tar.gz
LDJam46-6a6fd1828959e3343e58e3ddc36790b4a25e1747.tar.bz2
LDJam46-6a6fd1828959e3343e58e3ddc36790b4a25e1747.zip
Anfänge von Riots und Eingebundene Dev hire assets
Diffstat (limited to 'riot/riot.tscn')
-rw-r--r--riot/riot.tscn11
1 files changed, 11 insertions, 0 deletions
diff --git a/riot/riot.tscn b/riot/riot.tscn
new file mode 100644
index 0000000..291a368
--- /dev/null
+++ b/riot/riot.tscn
@@ -0,0 +1,11 @@
+[gd_scene load_steps=3 format=2]
+
+[ext_resource path="res://riot/riot.gd" type="Script" id=1]
+[ext_resource path="res://assets/manager.png" type="Texture" id=2]
+
+[node name="Node2D" type="Node2D"]
+script = ExtResource( 1 )
+
+[node name="manager" type="Sprite" parent="."]
+position = Vector2( 600.978, 319.858 )
+texture = ExtResource( 2 )