Skip to content

Conversation

@Sop-S
Copy link
Contributor

@Sop-S Sop-S commented Oct 3, 2020

Before submitting a Pull Request please read and tick this checkbox:

and I agree with my content (code, assets, documentation,...) being licensed under the same conditions.

Sop-S added 3 commits October 3, 2020 07:22
Created a new scene named strategic-point-menu with a placeholder for slots.
@Sop-S Sop-S changed the title Add StrategicPointMenu scene in scenes folder Issue #5: Add StrategicPointMenu scene in scenes folder Oct 3, 2020
@davcri
Copy link
Member

davcri commented Oct 3, 2020

Thanks for your pull request @Sop-S! I just merged it into master.

The strategic point menu is fine!

Also I noticed that I didn't write any convention about node names in the README, I'm going to do it.
I like using CamelCase style for node names because it's easier to reference nodes via GDScript. When using the dollar operator you can simply type $SlotTopLeft to get a reference to that node, but using the dash symbol in the node name forces you to write $"slot-top-left" using the quotes.

@davcri davcri merged commit 6610bcb into crystal-bit:master Oct 3, 2020
@davcri
Copy link
Member

davcri commented Oct 3, 2020

@Sop-S I just added your username to the credits.gd script, so that your username will appear in the game credits! If you don't want to appear, or if you want to change the displayed name just let me know.

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.

2 participants