651c4ad94a
ci / verify (push) Successful in 1m57s
Top-down twin-stick bullet-hell, Godot 4.7, server-authoritative dedicated server with client-side prediction. Clients send input only; the server resolves every hit for both players and enemies (no PvP). - SimWorld: whole simulation as plain RefCounted objects (no nodes, no physics server), ~0.24ms/tick at peak load -- runs headless for free and drives 78 tests in under a second - BulletPool: struct-of-arrays bullet storage, replicated as spawn/despawn events rather than per-tick state - Emitter framework (Ring/AimedSpread/WallGap/ArcSweep) shared by trash enemies and bosses -- a new boss is data in src/content/content.gd, no simulation changes - The Warden of the Fold: stationary 4-phase boss built entirely on that format - Lobby hub with a portal into on-demand dungeon instances; one process hosts the hub plus every concurrent dungeon - Emergency escape: 3s server-owned channel, cancelled by damage - tools/check.sh, test.sh (GUT), smoke.sh (real server + bot clients over ENet), bench.gd; git hooks wired to the same scripts - docs/ARCHITECTURE.md, NETCODE.md, WORKFLOW.md, ROADMAP.md
37 lines
787 B
Plaintext
37 lines
787 B
Plaintext
[remap]
|
|
|
|
importer="font_data_dynamic"
|
|
type="FontFile"
|
|
uid="uid://cmiuntu71oyl3"
|
|
path="res://.godot/imported/LobsterTwo-Bold.ttf-7c7f734103b58a32491a4788186f3dcb.fontdata"
|
|
|
|
[deps]
|
|
|
|
source_file="res://addons/gut/fonts/LobsterTwo-Bold.ttf"
|
|
dest_files=["res://.godot/imported/LobsterTwo-Bold.ttf-7c7f734103b58a32491a4788186f3dcb.fontdata"]
|
|
|
|
[params]
|
|
|
|
Rendering=null
|
|
antialiasing=1
|
|
generate_mipmaps=false
|
|
disable_embedded_bitmaps=true
|
|
multichannel_signed_distance_field=false
|
|
msdf_pixel_range=8
|
|
msdf_size=48
|
|
allow_system_fallback=true
|
|
force_autohinter=false
|
|
modulate_color_glyphs=false
|
|
hinting=1
|
|
subpixel_positioning=1
|
|
keep_rounding_remainders=true
|
|
oversampling=0.0
|
|
Fallbacks=null
|
|
fallbacks=[]
|
|
Compress=null
|
|
compress=true
|
|
preload=[]
|
|
language_support={}
|
|
script_support={}
|
|
opentype_features={}
|