Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Fixed Healthbar #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fixed Healthbar #38

wants to merge 4 commits into from

Conversation

Hn5624
Copy link

@Hn5624 Hn5624 commented Jan 16, 2018

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

@@ -1689,97 +1692,7 @@ function traceRay()
}
}

function traceRay0() // for tracing the ray path
Copy link
Owner

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?

Copy link
Author

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().

Copy link
Author

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

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.

Copy link
Author

@Hn5624 Hn5624 left a 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.

@@ -1689,97 +1692,7 @@ function traceRay()
}
}

function traceRay0() // for tracing the ray path
Copy link
Author

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

@ketanhwr
Copy link
Owner

The mirror position is still not fixed unfortunately.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants