1
0
Fork 0
spacetac/tac/weapons/turret.tscn

18 lines
651 B
Plaintext
Raw Normal View History

2022-10-06 22:34:33 +00:00
[gd_scene load_steps=4 format=3 uid="uid://byg2bmiy2gia0"]
2022-10-05 23:21:40 +00:00
[ext_resource type="PackedScene" uid="uid://cjegfdo7jw38q" path="res://core/weapon.tscn" id="1_l2lnm"]
[ext_resource type="Texture2D" uid="uid://f50jxvf24eq" path="res://tac/assets/turret1.png" id="2_f2xj2"]
2022-10-06 22:34:33 +00:00
[ext_resource type="Script" path="res://tac/weapons/turret.gd" id="2_wxlpq"]
2022-10-05 23:21:40 +00:00
[node name="turret" instance=ExtResource("1_l2lnm")]
2022-10-06 22:34:33 +00:00
script = ExtResource("2_wxlpq")
2022-10-05 23:21:40 +00:00
[node name="sprite" parent="." index="0"]
texture = ExtResource("2_f2xj2")
2022-10-06 22:34:33 +00:00
[node name="laser" type="Line2D" parent="." index="1"]
top_level = true
points = PackedVector2Array(0, 0, 0, 0)
width = 5.0
antialiased = true