Envie/Weapons/t_shirt_cannon.tscn
Victor Turgeon ea11e29ce3 ZE PEWPENING
2023-01-15 12:27:19 -05:00

22 lines
811 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://clusfc1udsrt3"]
[ext_resource type="PackedScene" uid="uid://cmtuq84761y0i" path="res://Weapons/basic_weapon.tscn" id="1_fyfpr"]
[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"]
[node name="t_shirt_cannon" instance=ExtResource("1_fyfpr")]
position = Vector2(65, 0)
PROJECTILE = ExtResource("2_c33s8")
COOLDOWN = 0.8
SPREAD = 0.1
[node name="Sprite2D" parent="." index="0"]
position = Vector2(0, -34)
rotation = 3.14434
scale = Vector2(1.30878, 1.30878)
texture = ExtResource("2_gu2t5")
[node name="RayCast2D" parent="." index="1"]
position = Vector2(2, 0)
target_position = Vector2(29, 0)