-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HOTFIX Update 1.2.0b Completed and ready for release!
- Loading branch information
1 parent
2566be6
commit 1cbc540
Showing
2 changed files
with
67 additions
and
36 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
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,50 @@ | ||
# Copyright (C) [2024] [Christian Marinkovich] | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
|
||
Created By: Christian Marinkovich (@Christian2147 on GitHub) | ||
Created In: PyCharm IDE Community Edition for Python v3.7.3 | ||
This is HOTFIX Update 1.2.1b | ||
|
||
This game is a big project that I am working on mainly for fun. I enjoyed every bit of making this game so far and I hope you enjoy every bit of playing it! | ||
So far, this project has taken me roughly 600 hours to create. | ||
If you have any questions or suggestions on what to add next, email me on the following email: [email protected] | ||
You can also report any bugs via this email or on the Laser Fighter GitHub issues page. | ||
|
||
Instructions: | ||
If you want to make a shortcut on your desktop, I have provided an appropriate icon file in the Icon folder for a shortcut if the icon on the exe happens to break. | ||
To make a shortcut and change the icon: | ||
1. Right-click on Laser_Fighter.exe and select "create shortcut" | ||
2. Go to the shortcut and right click it and hit "properties" | ||
3. Go to "shortcut" and hit "Change Icon" | ||
4. Click "browse" | ||
5. Find the icon provided and accept all changes | ||
There are no other instructions other than to try to get the highest score possible | ||
|
||
NOTE: The exe file for this application is unsigned and has an unverified publisher. This means that Windows Defender and other antivirus software may be suspicious of the file. | ||
If this happens, simply select "Run Anyway". Make sure you are downloading Laser Fighter from https://github.com/Christian2147/Laser-Fighter and no other external source. | ||
If you download Laser Fighter from any other source, I am not responsible for any damage that the executable may cause. | ||
Outside of this GitHub page, anyone is allowed to make whatever modifications they want to this software. | ||
|
||
Goals for you: | ||
For Machine Mode, beat the pink boss at least once. | ||
For Alien Mode, beat the UFO at least once. | ||
Good luck, you will need it! | ||
|
||
Changelog: | ||
+ Added a pathway to Linux compatibility (Still not fully implemented) | ||
+ Added a Laser Fighter icon to all message boxes | ||
* Fixed coins being picked up when they should not be in Alien Mode | ||
* Fixed bugs regarding the naming of textures | ||
* Fixed a vulnerability with cleanup.bat |