-
Notifications
You must be signed in to change notification settings - Fork 72
Fixed Healthbar #38
base: master
Are you sure you want to change the base?
Fixed Healthbar #38
Conversation
scripts/levels.js
Outdated
@@ -1689,97 +1692,7 @@ function traceRay() | |||
} | |||
} | |||
|
|||
function traceRay0() // for tracing the ray path |
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.
Why have you removed this function?
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.
Sorry that was accidental, I thought that TraceRay0() was a copy of TraceRay().
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.
Can you reject this pull request so I can submit a new one?
I re-added the deleted code
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.
Changes made to a branch used for a pull request will reflect on the pull request until the pull request is successfully merged.
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.
re-added deleted code, should be good now lol.
scripts/levels.js
Outdated
@@ -1689,97 +1692,7 @@ function traceRay() | |||
} | |||
} | |||
|
|||
function traceRay0() // for tracing the ray path |
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.
Can you reject this pull request so I can submit a new one?
I re-added the deleted code
The mirror position is still not fixed unfortunately. |
Sorry about that, I finally figured out how to completely work github, that and I kinda lost track of this project. Should work correctly now.
Also, I think it might be a good idea to implement a more realistic star background, I was thinking something like this. I believe it is a more efficient way to generate a background.
https://www.youtube.com/watch?v=17WoOqgXsRM&t=1s
I also have a copy in my github of that project github with keyboard controls if you want to check it out. Its under Programming Challanges/ #1 Starfield traveling