-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updated gdscript code to reflect proto changes. #233
Updated gdscript code to reflect proto changes. #233
Conversation
…ibility because of the changes made
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some things I noticed quickly, we should do a pair review on this though as there are some other things that would be easier to discuss in realtime.
Spatial.gd
Outdated
@@ -680,7 +680,7 @@ func gen_adjustment_nodes(): | |||
print("No category selected") | |||
return | |||
|
|||
var category = self.currently_active_category.get_metadata(0).category | |||
var category = self.currently_active_category.get_metadata(0).category3d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3d
?
Slight change to visibility because of the changes made to category name