Skip to content

Commit

Permalink
shorten line length, rename __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lunathanael committed Mar 11, 2024
1 parent 14585b4 commit 5640449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clash_royale/envs/game_engine/logic/__init.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
These classes can be utilized in entities that support them.
The components can be broken down into these pieces:
- Movement - How does this entity move? Should take into consideration movement speed and flying/ground
- Movement - How does this entity move? Consider movement speed and flying/ground
- Targeting - How are entity targets selected? Should consider sight range and entity targets
- Attack - How does this entity attack? Damage? Single/splash?
"""

0 comments on commit 5640449

Please sign in to comment.