mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 11:53:46 +00:00
Weapon Sprites
This commit is contained in:
parent
b4a35ac3d4
commit
f4f193af7a
19 changed files with 321 additions and 42 deletions
|
|
@ -1,10 +1,11 @@
|
|||
[gd_scene load_steps=13 format=3 uid="uid://v8s3kubgb2qg"]
|
||||
[gd_scene load_steps=14 format=3 uid="uid://v8s3kubgb2qg"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Enemy.cs" id="1_lpwdj"]
|
||||
[ext_resource type="Texture2D" uid="uid://buwohektt3k00" path="res://Sprites/Actors/Robot1.png" id="2_hqnpo"]
|
||||
[ext_resource type="PackedScene" uid="uid://cuixq5ex0j40h" path="res://Scenes/enemyBullet.tscn" id="2_ogldd"]
|
||||
[ext_resource type="Script" path="res://Scripts/Components/ProximityPlayerDetection.cs" id="3_1nqn5"]
|
||||
[ext_resource type="PackedScene" uid="uid://crry0rgk7a8sm" path="res://Scenes/Weapons/BaseWeapon.tscn" id="4_2k1dv"]
|
||||
[ext_resource type="Resource" uid="uid://cdfmedtgp2rcn" path="res://Resources/Weapons/EnemyWeapon.tres" id="5_ieij6"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_d7fe2"]
|
||||
atlas = ExtResource("2_hqnpo")
|
||||
|
|
@ -79,9 +80,8 @@ wait_time = 0.4
|
|||
one_shot = true
|
||||
|
||||
[node name="Weapon" parent="." instance=ExtResource("4_2k1dv")]
|
||||
WeaponData = ExtResource("5_ieij6")
|
||||
BulletScene = ExtResource("2_ogldd")
|
||||
BulletCapacity = 4
|
||||
BulletSpeed = 50.0
|
||||
|
||||
[node name="NavigationAgent2D" type="NavigationAgent2D" parent="."]
|
||||
target_desired_distance = 64.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue