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: A way to be able to see the properties a GameObj has on debug.inspect #17

Closed
niceEli opened this issue May 22, 2024 Discussed in #16 · 5 comments
Closed

feat: A way to be able to see the properties a GameObj has on debug.inspect #17

niceEli opened this issue May 22, 2024 Discussed in #16 · 5 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@niceEli
Copy link
Member

niceEli commented May 22, 2024

Discussed in #16

Originally posted by amyspark-ng May 22, 2024
Let's say my obj has a property speed, that i access doing obj.speed, i'd like to be able to see it in the debug.inspect window when you hover on it, not only the properties Comps return but properties that i myself have added

@niceEli niceEli assigned niceEli and unassigned niceEli May 22, 2024
@niceEli niceEli added the enhancement New feature or request label May 22, 2024
@amyspark-ng
Copy link
Contributor

i'd like to take a stab at this one! might be not too hard

@niceEli
Copy link
Member Author

niceEli commented May 22, 2024

i'd like to take a stab at this one! might be not too hard

ill add you as assignee then

@amyspark-ng
Copy link
Contributor

kewl!!

@niceEli
Copy link
Member Author

niceEli commented May 24, 2024

image

@amyspark-ng
Copy link
Contributor

feels like we need to work in a "ui" for the debug inspect, where you can click objs to see their properties, could do something similar to the debugger that exists in haxeflixel, which i think is very nice
https://haxeflixel.com/documentation/debugger/

debugger-overlay

@lajbel lajbel added this to the 3001 milestone Jun 14, 2024
@lajbel lajbel self-assigned this Aug 3, 2024
@lajbel lajbel closed this as completed Aug 8, 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
Status: DONE
Development

No branches or pull requests

3 participants