Finished basic PickupableItem
This commit is contained in:
parent
63e87e86d5
commit
88c56f8aed
21 changed files with 163 additions and 35 deletions
|
@ -1,11 +1,10 @@
|
|||
[gd_scene load_steps=12 format=3 uid="uid://dwx5tcatj35gu"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://dwx5tcatj35gu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dts8lbivkgsmj" path="res://base/scripts/player/player.gd" id="1_1w3ab"]
|
||||
[ext_resource type="Texture2D" uid="uid://cf7avgppv4kfk" path="res://base/assets/sprites/guns/placeholder/static.png" id="2_gt0rj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bb6ovrbusyxpi" path="res://base/scenes/weapons/weapon_base.tscn" id="2_ma1q3"]
|
||||
[ext_resource type="Script" uid="uid://byhp4pklbjltn" path="res://base/scripts/player/weapon_container.gd" id="3_1w3ab"]
|
||||
[ext_resource type="Script" uid="uid://diu6eno2ag6ga" path="res://base/scripts/player/weapon_slot.gd" id="4_gt0rj"]
|
||||
[ext_resource type="PackedScene" uid="uid://cig5dryfni4f8" path="res://base/scenes/weapons/auto_weapon_test.tscn" id="6_gt0rj"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_jjqxs"]
|
||||
|
||||
|
@ -67,7 +66,7 @@ _data = {
|
|||
|
||||
[node name="Player" type="CharacterBody3D"]
|
||||
collision_layer = 2
|
||||
collision_mask = 3
|
||||
collision_mask = 19
|
||||
platform_wall_layers = 1
|
||||
script = ExtResource("1_1w3ab")
|
||||
|
||||
|
@ -120,8 +119,6 @@ metadata/_custom_type_script = "uid://diu6eno2ag6ga"
|
|||
script = ExtResource("4_gt0rj")
|
||||
metadata/_custom_type_script = "uid://diu6eno2ag6ga"
|
||||
|
||||
[node name="Weapon" parent="WeaponContainer/Secondary" instance=ExtResource("6_gt0rj")]
|
||||
|
||||
[node name="Tertiary" type="Node3D" parent="WeaponContainer"]
|
||||
script = ExtResource("4_gt0rj")
|
||||
metadata/_custom_type_script = "uid://diu6eno2ag6ga"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue