Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

starfoxy

9
Posts
3
Followers
42
Following
A member registered Jun 29, 2018

Recent community posts

(1 edit)

Looks great! Can this be used commercially? Also, is this compatible with your other paid assets? What is the tile size?

(1 edit)

Just paid for this even though it's free at the moment. Please keep up the awesome work, I look forward to more! If you could do a rifle type shooting animation, that would be great too.

How may I contact you directly?

Are these seamlessly looping?

Hey these are outwardly simple but unique and effective. I'd like to see what you can do with these now in terms of expanding on them. They have a great aesthetic compared to many of the other tiles out there that all look alike! Nice work!

(2 edits)

Looks great! Are the glow effects baked in or can I turn them off in the Photoshop source files (you had mentioned previously that they are included)? ie. They are a layer effect in PS?

I love this. Any chance I can connect with you directly for some additional animations/characters?

I love this style. How can I contact you directly?

This was an absolute deal breaker for me. Luckily I have come across a solution in case anyone else (on Windows) wants to fix it on high DPI displays.


This fix is applied on a per-app basis so you won’t have to worry about it affecting apps that don’t suffer from a small GUI.
1. Open the Windows registry editor by typing regedit.exe into Start Menu and navigate to the following location:
Code:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide

2. Create a new DWORD value and name it PreferExternalManifest. Double click it and set its value to 1.
3. First, open the application folder for the application you need to fix the GUI for.
4. Copy below codes and paste it in notepad.

Code:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>  <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">  <dependency>   <dependentAssembly>     <assemblyIdentity       type="win32"       name="Microsoft.Windows.Common-Controls"       version="6.0.0.0" processorArchitecture="*"       publicKeyToken="6595b64144ccf1df"       language="*">     </assemblyIdentity>   </dependentAssembly> </dependency>  <dependency>   <dependentAssembly>     <assemblyIdentity       type="win32"       name="Microsoft.VC90.CRT"       version="9.0.21022.8"       processorArchitecture="amd64"       publicKeyToken="1fc8b3b9a1e18e3b">     </assemblyIdentity>   </dependentAssembly> </dependency>  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">   <security>     <requestedPrivileges>       <requestedExecutionLevel         level="asInvoker"         uiAccess="false"/>     </requestedPrivileges>   </security> </trustInfo>  <asmv3:application>   <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">     <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>   </asmv3:windowsSettings> </asmv3:application>  </assembly>

6. Save the manifest file with manifest extension. For example, Photoshop has a small GUI and Photoshop executable file is called Photoshop.exe. Note the name for the executable file. Next, rename the manifest file you just downloaded to Photoshop.exe.manifest. Copy this file to the same location as the Photoshop.exe file.
You will need administrative rights to do this. That’s all you need to do.

Nice work @VEXED! Can't wait to try these out and look forward to more.  :)