28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://c3rg18hsyy1ds"]
|
|
|
|
[ext_resource type="Script" uid="uid://coxkxxcmcpsiy" path="res://items/plasma_gun/plasma_gun.gd" id="1_ihkyt"]
|
|
[ext_resource type="Texture2D" uid="uid://dord0w07p70xg" path="res://items/plasma_gun/plasma_gun.png" id="2_ihkyt"]
|
|
[ext_resource type="PackedScene" uid="uid://cgs87ygrksyge" path="res://items/attachment_points/connector.tscn" id="3_7ayw8"]
|
|
[ext_resource type="PackedScene" uid="uid://bpura8ysoupso" path="res://ui/menu/tooltip.tscn" id="4_i35d6"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_a8w1a"]
|
|
size = Vector2(32, 16)
|
|
|
|
[node name="PlasmaGun" type="Node2D"]
|
|
script = ExtResource("1_ihkyt")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(8, 0)
|
|
texture = ExtResource("2_ihkyt")
|
|
|
|
[node name="Connector" parent="." instance=ExtResource("3_7ayw8")]
|
|
unique_name_in_owner = true
|
|
position = Vector2(-8, 8)
|
|
|
|
[node name="Tooltip" parent="." instance=ExtResource("4_i35d6")]
|
|
title = "Plasma Gun"
|
|
text = "Fires plasma bolts periodically"
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Tooltip"]
|
|
shape = SubResource("RectangleShape2D_a8w1a")
|