0.1.0
Added a basic test map, options menu, bug fixes, and much more.
This commit is contained in:
parent
d72b5ac57b
commit
2dce012535
34 changed files with 1268 additions and 84 deletions
|
@ -5,7 +5,7 @@ var done: bool = false
|
|||
|
||||
func _ready() -> void:
|
||||
if multiplayer.is_server():
|
||||
Multiplayer.fuseboxes += 1
|
||||
Multiplayer.add_fusebox.rpc()
|
||||
|
||||
func _on_fixing_started(body: Node3D) -> void:
|
||||
if multiplayer.is_server() and !done and body is Player:
|
||||
|
@ -16,4 +16,4 @@ func _on_fixing_started(body: Node3D) -> void:
|
|||
func complete_fusebox() -> void:
|
||||
($Hinge as Node3D).rotation.y = 0
|
||||
done = true
|
||||
Multiplayer.fuseboxes -= 1
|
||||
Multiplayer.remove_fusebox.rpc()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue