godot-demo-projects icon indicating copy to clipboard operation
godot-demo-projects copied to clipboard

Fix bomber demo in godot 4.0 beta 1

Open lejar opened this issue 3 years ago • 0 comments

Fix networking/multiplayer_bomber to work with godot 4.0 beta 1. Two major things seem to have changed:

  1. Fonts objects no longer exist, and setting the override font should use the data from preload directly. See the code snippet at the end of the description here https://docs.godotengine.org/en/latest/classes/class_fontfile.html?highlight=font#description
  2. The field names for the MultiplayerSpawner and MultiplayerSynchronizer nodes seem to have changed.

In addition to those changes, the 4.0 beta 1 editor has lots of whitespace changes, and additional default fields. Also it automatically converted Position2D to Marker2D.

lejar avatar Sep 18 '22 08:09 lejar