Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projectiles #103

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Projectiles #103

wants to merge 20 commits into from

Conversation

bananu7
Copy link
Owner

@bananu7 bananu7 commented Jul 3, 2024

No description provided.


const coneGeometry = new THREE.ConeGeometry(0.5, 2, 8);
export function ConeIndicator(props: {action: UnitAction, smoothing: boolean}) {
// TODO - this will be replaced with animations etc
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftover

@@ -21,16 +21,19 @@ import { buildPresenceAndBuildingMaps } from './game/presence.js'

export function newGame(matchId: string, board: Board): Game {
const units = createStartingUnits(2, board);
const startingResources = 1500;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant