Skip to content

Commit 1e0cfa7

Browse files
committed
Place logo_file in it's proper spot
1 parent c2aa1d4 commit 1e0cfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/necto/bot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name = "Necto"
33
loadout_config = "loadout.toml"
44
run_command = "..\\..\\venv\\Scripts\\python bot.py"
55
run_command_linux = "../../venv/bin/python bot.py"
6+
logo_file = "necto_logo.png"
67

78
[details]
89
description = "Necto is the official RLGym community bot, trained using PPO with workers run by people all around the world."
910
fun_fact = "Necto uses an attention mechanism, commonly used for text understanding, to support any number of players"
1011
source_link = "https://github.com/Rolv-Arild/Necto"
1112
developer = "Rolv, Soren, and several contributors"
1213
language = "rlgym"
13-
logo_file = "necto_logo.png"
1414
# ALL POSSIBLE TAGS: 1v1, teamplay, goalie, hoops, dropshot, snow-day, spike-rush, heatseaker, memebot
1515
# NOTE: Only add the goalie tag if your bot only plays as a goalie; this directly contrasts with the teamplay tag!
1616
# NOTE: Only add a tag for a special game mode if you bot properly supports it

0 commit comments

Comments
 (0)