project/build/default_html5/_generated_d4ec2114f6dfad3d.go
2025-08-25 01:59:20 +01:00

44 lines
1.1 KiB
Go

components {
id: "main"
component: "/main/main.script"
}
embedded_components {
id: "level1_proxy"
type: "collectionproxy"
data: "collection: \"/main/level1.collection\"\n"
}
embedded_components {
id: "startscreen_proxy"
type: "collectionproxy"
data: "collection: \"/main/startscreen.collection\"\n"
}
embedded_components {
id: "gameover_proxy"
type: "collectionproxy"
data: "collection: \"/main/gameover.collection\"\n"
}
embedded_components {
id: "scoreboard_proxy"
type: "collectionproxy"
data: "collection: \"/main/scoreboard.collection\"\n"
}
embedded_components {
id: "entername_proxy"
type: "collectionproxy"
data: "collection: \"/main/entername.collection\"\n"
}
embedded_components {
id: "instructions_proxy"
type: "collectionproxy"
data: "collection: \"/main/instructions.collection\"\n"
}
embedded_components {
id: "settings_proxy"
type: "collectionproxy"
data: "collection: \"/main/settings.collection\"\n"
}
embedded_components {
id: "level2_proxy"
type: "collectionproxy"
data: "collection: \"/main/level2.collection\"\n"
}