-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SIM-65 (#8) - Added button to open URL of a neighbourhood * SIM-66 (#9) - Added first person camera for plane and tank - Added UI icons for tank and plane for bottom bar - Added camera manager for managing active camera - Added TopText component to seperate code - Added events when target changed of plane or tank - Changed all sprites for a nicer background - Fixed propellor moving for airplane - Fixed bug with spawn point for plane - Fixed tank rotating back - First person HUD text - Fixed a bug in destroying grid tiles - Fixed opening a webpage in Unity Editor - Fixed clicking somewhere when camera is changed - Fixed opening new tab for WebGL version when opening neighbourhood URL - Updated Camera Controller for better zooming - Updated version number of inno setup file - Updated README - Updated gif - Reset highlighting and infopanel when camera is changed - Splitted functions in AssetsPropertiesApplier - Tank or plane sprite color now changes when selected
- Loading branch information
1 parent
4419091
commit 3ce0da0
Showing
37 changed files
with
1,872 additions
and
331 deletions.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
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,6 @@ | ||
mergeInto(LibraryManager.library, { | ||
|
||
openPage: function (url){ | ||
window.open(Pointer_stringify(url),'_blank'); | ||
} | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.