diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-25 06:39:12 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-25 06:39:12 -0400 |
| commit | 7a1d857de96174dfa5a0fa40f8c14acbd2f651c2 (patch) | |
| tree | d52acaa4e89b0f8375326ea1aefd0105bb91cfc7 /godot/scenes/weapons/rockets.tres | |
| parent | 62039380a67b6da396d1c8d745d2e2625ba988fc (diff) | |
weapons, viewmodels, some performance fixes
Diffstat (limited to 'godot/scenes/weapons/rockets.tres')
| -rw-r--r-- | godot/scenes/weapons/rockets.tres | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/godot/scenes/weapons/rockets.tres b/godot/scenes/weapons/rockets.tres new file mode 100644 index 0000000..c94083f --- /dev/null +++ b/godot/scenes/weapons/rockets.tres @@ -0,0 +1,7 @@ +[gd_resource type="Resource" load_steps=2 format=2] + +[ext_resource path="res://scenes/weapons/rockets.gd" type="Script" id=1] + +[resource] +resource_local_to_scene = true +script = ExtResource( 1 ) |
