123456789101112131415161718 |
- ; Engine configuration file.
- ; It's best edited using the editor UI and not directly,
- ; since the parameters that go here are not all obvious.
- ;
- ; Format:
- ; [section] ; section goes between []
- ; param=value ; assign values to parameters
- config_version=5
- [application]
- config/name="WebSocket Chat Demo"
- config/description="This is a demo of a simple chat implemented using WebSockets, showing both how to host a websocket server from Godot and how to connect to it."
- config/tags=PackedStringArray("demo", "network", "official")
- run/main_scene="res://combo.tscn"
- config/features=PackedStringArray("4.2")
- config/icon="res://icon.webp"
|