diff options
Diffstat (limited to 'scenes/Inspector.tscn')
| -rw-r--r-- | scenes/Inspector.tscn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scenes/Inspector.tscn b/scenes/Inspector.tscn new file mode 100644 index 0000000..886b41c --- /dev/null +++ b/scenes/Inspector.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=3 format=3 uid="uid://dyythuxaio6j4"] + +[ext_resource type="Texture2D" uid="uid://cjjxf4rbj8gku" path="res://assets/sprites/inspector.png" id="1_psyxb"] +[ext_resource type="Script" uid="uid://dxsrtu4b3pi08" path="res://scripts/actors/Inspector.cs" id="2_g62u7"] + +[node name="Sprite2D" type="Sprite2D"] +texture = ExtResource("1_psyxb") +centered = false +script = ExtResource("2_g62u7") + +[node name="Camera2D" type="Camera2D" parent="."] +offset = Vector2(8, 8) +zoom = Vector2(2, 2) |
