diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-10-19 14:14:08 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-10-19 14:19:10 -0400 |
| commit | 6dd265a0aee5fa0ed21b3d272fa3bc07d5d483d9 (patch) | |
| tree | bcf11172270686825efaeb0c86703f72cd4dade3 /godot/scripts/machines/Cannon.gd | |
| parent | 5100ec45264ff36a2558757e76198b8b25866992 (diff) | |
modelling, server stability, screen shake
Diffstat (limited to 'godot/scripts/machines/Cannon.gd')
| -rw-r--r-- | godot/scripts/machines/Cannon.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/godot/scripts/machines/Cannon.gd b/godot/scripts/machines/Cannon.gd index b66903a..6b988a0 100644 --- a/godot/scripts/machines/Cannon.gd +++ b/godot/scripts/machines/Cannon.gd @@ -82,6 +82,7 @@ func attack1(): rpc("fire") remotesync func fire(): + world.emit_signal("screen_shake", global_transform.origin, 0.05, 0.2) loaded = false controllable = false status.set_visible(true) |
