From 6a6fd1828959e3343e58e3ddc36790b4a25e1747 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Sat, 18 Apr 2020 15:33:01 +0200 Subject: Anfänge von Riots und Eingebundene Dev hire assets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- riot/riot.tscn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 riot/riot.tscn (limited to 'riot/riot.tscn') 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 ) -- cgit