feat: initialized template and wrote first gameplay code
This commit is contained in:
parent
82f2cae0f6
commit
46a958f801
47 changed files with 1093 additions and 33 deletions
13
project/objects/weapons/rifle.tscn
Normal file
13
project/objects/weapons/rifle.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://ce40pq785yoyi"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c8jbxkm1paa8u" path="res://assets/models/weapons/rifle.glb" id="1_afgyw"]
|
||||
|
||||
[node name="Rifle" type="Rifle" node_paths=PackedStringArray("anim")]
|
||||
anim = NodePath("rifle/AnimationPlayer")
|
||||
|
||||
[node name="rifle" parent="." instance=ExtResource("1_afgyw")]
|
||||
|
||||
[node name="AnimationPlayer" parent="rifle" index="1"]
|
||||
playback_default_blend_time = 0.1
|
||||
|
||||
[editable path="rifle"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue