Computers

This commit is contained in:
Marco 2025-02-07 11:15:57 +01:00
commit c41967572b
23 changed files with 655 additions and 11 deletions

View file

@ -0,0 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://cwtw1l6y54roe"]
[ext_resource type="Script" path="res://Scripts/Activables/DialogueStarter.cs" id="1_nlikr"]
[sub_resource type="CircleShape2D" id="CircleShape2D_glhl1"]
[node name="DialogueStarter" type="Area2D" node_paths=PackedStringArray("_dialogueEndActivationTargets")]
monitoring = false
monitorable = false
script = ExtResource("1_nlikr")
_trackName = ""
_dialogueEndActivationTargets = []
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_glhl1")
disabled = true

View file

@ -0,0 +1,17 @@
[gd_scene load_steps=4 format=3 uid="uid://doqmmuuuprl3s"]
[ext_resource type="Script" path="res://Scripts/Interactables/Switch.cs" id="1_62csb"]
[ext_resource type="Texture2D" uid="uid://dyk2r7qkhdtkp" path="res://Sprites/Props/Computer.png" id="1_bo0p8"]
[sub_resource type="CircleShape2D" id="CircleShape2D_wv7xi"]
[node name="Computer" type="Area2D" groups=["Interactable"]]
collision_layer = 4
collision_mask = 2
script = ExtResource("1_62csb")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_wv7xi")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_bo0p8")

File diff suppressed because one or more lines are too long