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

Feat/add decipher shop #21

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Feat/add decipher shop #21

wants to merge 5 commits into from

Conversation

sashavdv
Copy link
Contributor

No description provided.

@sashavdv sashavdv requested review from tmttn and art-boer November 12, 2024 12:48
@sashavdv sashavdv enabled auto-merge November 12, 2024 13:18
Copy link
Contributor

Choose a reason for hiding this comment

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

*.import files even uit de PR halen, we hebben die in .gitignore gestoken

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Aha check

resources/shaders/card_glow.gdshader Outdated Show resolved Hide resolved
var decode_ui = get_node("/root/Main/Combat/UI/DecodeUI")
if decode_ui and decode_ui.visible:
var decode_ui = get_node_or_null("/root/Main/Combat/UI/DecodeUI")
if decode_ui and decode_ui.visible and decode_ui.has_method("update_points"):
Copy link
Contributor

Choose a reason for hiding this comment

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

De decode_ui best ook nog even in de UI folder steken, i.p.v. rechtstreeks in de scripts folder. Ik ben aan het proberen om geen .gd files meer rechtstreeks onder de scripts folder te hebben staan.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

check

@tmttn tmttn added the enhancement New feature or request label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants