Skip to content

Commit c6369ba

Browse files
author
Kalle Fagerberg
committed
rename project
1 parent a1438e0 commit c6369ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

firefly.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
author_id = "applejag"
6-
app_id = "firefly-jam-2026"
6+
app_id = "ewfg"
77
author_name = "Applejag"
8-
app_name = "Firefly Jam 2026"
8+
app_name = "Epic Wizard Firefly Gladiators"
99
lang = "go"
1010

1111
[files]

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ depends = ['build:generate']
3939

4040
[tasks.start]
4141
description = "Run the game using firefly emulator"
42-
run = "firefly-emulator --id applejag.firefly-jam-2026"
42+
run = "firefly-emulator --id applejag.ewfg"
4343
depends = ['build']
4444

4545
[tasks.package]
4646
description = "Export the game to a ROM file"
47-
run = "mkdir -p dist && ff export --output dist/applejag.firefly-jam-2026.zip"
47+
run = "mkdir -p dist && ff export --output dist/applejag.ewfg.zip"
4848
depends = ['build']
4949

5050
[tasks.test]

0 commit comments

Comments
 (0)