Profile

pong-together

← Back to repositories | View on GitHub

Pong, but wireless multiplayer.

GDScript 1 0 Updated: 12/15/2025

project.godot

; 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="pong together"
run/main_scene="uid://druvdlfuby0qh"
config/features=PackedStringArray("4.4", "GL Compatibility")

[display]

window/size/viewport_width=800
window/size/viewport_height=600
window/size/resizable=false

[rendering]

textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
textures/size/resizable=true
textures/size/viewport_height=648