godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.92k stars 1.65k forks source link

Fix run error on multiplayer_pong project #923

Closed nabrozidhs closed 1 year ago

nabrozidhs commented 1 year ago

Tiny one-liner fix for the multiplayer pong project, as currently it does not work with godot 4.0.3

Godot did the *.import changes, should I revert them?

jtnicholl commented 1 year ago

Godot did the *.import changes, should I revert them?

No, you should keep them. They were saved in a prerelease Godot version, and opening them in a newer version updated them. We don't want the demo files automatically changing like that when someone opens them just to check them out.

Calinou commented 1 year ago

Thanks! Congratulations for your first merged pull request :tada: