Envie/Weapons/t_shirt_cannon.tscn

22 lines
811 B
Plaintext
Raw Normal View History

2023-01-15 12:27:19 -05:00
[gd_scene load_steps=4 format=3 uid="uid://clusfc1udsrt3"]
2023-01-15 11:17:51 -05:00
[ext_resource type="PackedScene" uid="uid://cmtuq84761y0i" path="res://Weapons/basic_weapon.tscn" id="1_fyfpr"]
2023-01-15 12:27:19 -05:00
[ext_resource type="PackedScene" uid="uid://chf2kww8i3xsd" path="res://Projectiles/shirt_projectile.tscn" id="2_c33s8"]
[ext_resource type="Texture2D" uid="uid://dmst0pqka10fq" path="res://Sprites/ShirtGUn.png" id="2_gu2t5"]
2023-01-15 11:17:51 -05:00
[node name="t_shirt_cannon" instance=ExtResource("1_fyfpr")]
position = Vector2(65, 0)
2023-01-15 12:27:19 -05:00
PROJECTILE = ExtResource("2_c33s8")
2023-01-15 11:17:51 -05:00
COOLDOWN = 0.8
SPREAD = 0.1
[node name="Sprite2D" parent="." index="0"]
2023-01-15 12:27:19 -05:00
position = Vector2(0, -34)
rotation = 3.14434
scale = Vector2(1.30878, 1.30878)
texture = ExtResource("2_gu2t5")
2023-01-15 11:17:51 -05:00
[node name="RayCast2D" parent="." index="1"]
position = Vector2(2, 0)
target_position = Vector2(29, 0)