local Multiplayer support

This commit is contained in:
2024-12-04 08:48:48 +01:00
parent 15be351c86
commit bb7dbb054a
13 changed files with 233 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
extends RigidBody2D
@export var speed = 400
@export var explosion_damage = 2000
@export var explosion_damage = 600
var velocity = Vector2.ZERO
var is_in_flight = false