Skip to content

feat(base): needed component for a platformer shooter game#13

Open
Tchips46 wants to merge 2 commits into
mainfrom
feat/platformer-shooter-components-systems
Open

feat(base): needed component for a platformer shooter game#13
Tchips46 wants to merge 2 commits into
mainfrom
feat/platformer-shooter-components-systems

Conversation

@Tchips46

@Tchips46 Tchips46 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

How do you test this PR?

@Tchips46 Tchips46 self-assigned this Jun 9, 2026
@github-actions github-actions Bot added the components Related to components label Jun 9, 2026
@Tchips46 Tchips46 force-pushed the feat/platformer-shooter-components-systems branch from 64beaa9 to 8207fd0 Compare June 9, 2026 07:07
@github-actions github-actions Bot added the systems Related to systems label Jun 9, 2026

import { Acceleration2D } from "../components/nf-acceleration-2d.component";

const GRAVITY_STRENGTH = 1;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This can be configurable ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

components Related to components systems Related to systems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants