Skip to content

Projeto diego#312

Open
ayudaV wants to merge 2 commits intomasterfrom
projeto-diego
Open

Projeto diego#312
ayudaV wants to merge 2 commits intomasterfrom
projeto-diego

Conversation

@ayudaV
Copy link
Copy Markdown
Collaborator

@ayudaV ayudaV commented Feb 9, 2026

No description provided.

@ayudaV ayudaV self-assigned this Feb 9, 2026
@ayudaV ayudaV added Enhancement New feature or request Complete minigame Minigame is ready to be implemented Minigame Implementation Makes modifications to a complete minigame so it can be implemented into Gamutoware labels Feb 9, 2026
Copy link
Copy Markdown
Collaborator

@grandeisa grandeisa left a comment

Choose a reason for hiding this comment

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

  • Non responsive to player input.
  • Has empty script files
  • Player object with broken dependency
  • No sounds

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Remove empty script

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Empty script

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

player.gd and Player.gd.uid have different case, possibly it's what is causing the dependency error on the player node

@export var distance := 150

func _physics_process(delta: float) -> void:
if Input.is_action_just_pressed("cima"): position.y -= distance
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Multiply by delta (and adjust distance var) so that the movement stays consistent in different framerates



if Input.is_action_pressed("baixo"):
velocity.y = speed
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Multiply by delta (and adjust speed var) so that the movement stays consistent in different framerates

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Has the same behaviour as the player.gd script, remove the one that's unused or at least merge them to a single script.

@grandeisa grandeisa added Bug Something isn't working Missing sound Game could benefit from some SFX work and removed Enhancement New feature or request labels Mar 8, 2026
@grandeisa grandeisa added this to the Class of 2024 milestone Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working Complete minigame Minigame is ready to be implemented Minigame Implementation Makes modifications to a complete minigame so it can be implemented into Gamutoware Missing sound Game could benefit from some SFX work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants