17 lines
617 B
Text
17 lines
617 B
Text
[gd_scene load_steps=4 format=3 uid="uid://b2o3rtatwhfgn"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dxpd1pq7v6ing" path="res://scenes/game/objects/object.tscn" id="1_8hfxh"]
|
|
[ext_resource type="Texture2D" uid="uid://deid7map2xc4g" path="res://Assets/Objects/Monitor.png" id="2_7s1fc"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_rhwnp"]
|
|
radius = 8.0
|
|
|
|
[node name="Monitor" instance=ExtResource("1_8hfxh")]
|
|
value = 200
|
|
weight = 25
|
|
|
|
[node name="CollisionShape2D" parent="." index="1"]
|
|
shape = SubResource("CircleShape2D_rhwnp")
|
|
|
|
[node name="Sprite2D" parent="." index="2"]
|
|
texture = ExtResource("2_7s1fc")
|