Files
A Thousand Ships 0343cedd48 General proofreading (#1262)
* General proofreading for grammar and spelling
* General formatting
* Addition of appropriate literals where appropriate, i.e. `&"foo"` for `StringName` cases and `^"foo/bar"` for `NodePath` cases
2025-10-11 01:39:59 -07:00

7 lines
156 B
GDScript

extends CharacterBody2D
@rpc("call_local")
func exploded(by_who: int) -> void:
$"../../Score".increase_score(by_who)
$"AnimationPlayer".play(&"explode")