CorrieJ98 / HereBeGoblins

HND 2024 Graded Unit - Made in Godot 4.0
GNU General Public License v3.0
1 stars 0 forks source link

Use resources more #30

Closed CorrieJ98 closed 5 months ago

CorrieJ98 commented 6 months ago

New branch made

Create appearance.tres taking the necessary clothing sprites, as well as a vec2 for the frames.

CorrieJ98 commented 6 months ago

okay, I didn't cover much in the initial message but hopefully I can explain better in this one:

Currently, units and buildings are very disorginised, so I am currently reworking each unit to only take 2 separate resource: appearance.tres and the respective profile resources.

The intent is to allow faster and more modular unit development and detailing with the PVGames asset packs. This should allow the base units to be customised further than the original assets allow, reducing final filesize and giving me the ability to reuse assets without too much difficulty. possibly even paving the way to procedural generation in the future.