-
Notifications
You must be signed in to change notification settings - Fork 277
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
Adding airlocks and making normal doors leak air #166
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
3a0cc38
Merge remote-tracking branch 'refs/remotes/TeamPorcupine/master'
emilkris33 3feed91
Merge remote-tracking branch 'refs/remotes/TeamPorcupine/master'
emilkris33 0ca3379
Merge remote-tracking branch 'refs/remotes/TeamPorcupine/master'
emilkris33 2a1fa61
Merge remote-tracking branch 'refs/remotes/TeamPorcupine/master'
emilkris33 0a020ad
fd
emilkris33 5aaa05c
Merge remote-tracking branch 'refs/remotes/TeamPorcupine/master'
emilkris33 7be0c9b
Merge pull request #2 from TeamPorcupine/master
emilkris33 8bda55f
Fixed lua (#5)
emilkris33 4f7fa33
Add room code for equalising gasses
emilkris33 e0ae44a
getting lua to call C# step 1
emilkris33 3b85b50
Merge remote-tracking branch 'refs/remotes/TeamPorcupine/master'
emilkris33 18cac4f
Merge remote-tracking branch 'refs/remotes/origin/master' into adding…
emilkris33 ffa279d
Lua calls C# and
emilkris33 61ea648
Doors now leak gas
emilkris33 1597b63
Door leaks, Airlock graphics
emilkris33 176c741
Add airlock
emilkris33 2893c8d
Refactor LUA, Airlock leaks when open
emilkris33 a0a9d6e
Add Loc(en) update graphic
emilkris33 0bd86b1
Merge remote-tracking branch 'refs/remotes/TeamPorcupine/master' into…
emilkris33 4bff590
adding deltaTime to leakspeed calculation
emilkris33 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Sprites> | ||
<Sprite name="Airlock" x="32" y="224" w="32" h="32" pixelPerUnit="32" /> | ||
<Sprite name="Airlock_openness_1" x="32" y="192" w="32" h="32" pixelPerUnit="32" /> | ||
<Sprite name="Airlock_openness_2" x="32" y="160" w="32" h="32" pixelPerUnit="32" /> | ||
<Sprite name="Airlock_openness_3" x="32" y="128" w="32" h="32" pixelPerUnit="32" /> | ||
</Sprites> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Should the
0.1
leak in normal doors be a parameter so that it'd be easy for other people creating doors to add more or less of it?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.
Yes, I might look at doing that tomorrow. If this PR gets merged before that I will do it as part of my next changed to the atmosphere system(Unless someone beats me to it)