giants-godot/weapons/bow.tscn

31 lines
1.3 KiB
Plaintext

[gd_scene load_steps=9 format=2]
[ext_resource path="res://entities/weapon.gd" type="Script" id=1]
[ext_resource path="res://assets/all_gbs/rp_bow.gbs.obj" type="ArrayMesh" id=2]
[ext_resource path="res://projectiles/default.tscn" type="PackedScene" id=3]
[ext_resource path="res://effects/anim_bow_charging.tscn" type="PackedScene" id=4]
[ext_resource path="res://assets/audio/Sounds/SR_RBWSH.xx_reaperlev1.gzp.wav" type="AudioStream" id=5]
[ext_resource path="res://assets/audio/Sounds/SR_RBWPL.xx_reaperlev1.gzp.wav" type="AudioStream" id=6]
[ext_resource path="res://assets/audio/Sounds/SR_RBWSL.xx_reaperlev1.gzp.wav" type="AudioStream" id=7]
[ext_resource path="res://assets/all_gbs/textures/st_bow.tga" type="Texture" id=8]
[node name="Bow" type="Spatial"]
script = ExtResource( 1 )
projectile = ExtResource( 3 )
held_hand = 0
activation_type = 0
fire_sound = ExtResource( 5 )
switch_sound = ExtResource( 7 )
max_ammo = 0
current_ammo = 0
weapon_icon = ExtResource( 8 )
repeat_time = 0.01
activate_efx = ExtResource( 4 )
activate_sound = ExtResource( 6 )
[node name="MeshInstance" type="MeshInstance" parent="."]
transform = Transform( 2.65431e-14, -1.62921e-07, 1, -1, -1.62921e-07, 0, 1.62921e-07, -1, -1.62921e-07, 0, 0, 0 )
mesh = ExtResource( 2 )
material/0 = null
material/1 = null