game-sprites icon indicating copy to clipboard operation
game-sprites copied to clipboard

Suggest assets to help create game prototypes faster

Open NathanLovato opened this issue 7 years ago • 3 comments

The goal of this project is to provide visually simple assets you can drag and drop in your projects to focus on your code and not waste time on the visuals early on.

That's exactly the kind of sprites we create for tutorials on GDquest. The idea is to share the individual vector assets, have simple art guidelines optimized for clarity and readability. E.g. having enemies or dangerous objects in shades of red or orange and playable or friendly elements in green or blues.

We want to cover all kinds of areas:

  • Simple particles and particle systems
  • Reusable UI for desktop and mobile
  • Characters and objects
  • Basic animation resources

All that as SVG/etc. but also as godot scenes and resources when possible.

NathanLovato avatar May 18 '18 23:05 NathanLovato

Reusable UI for desktop and mobile

That's awesome! I just made a small Godot project to design this, it currently has:

  • 24, 32, 48 and 62 Montserrat Extra Bold font sizes saved as .tres
  • A special Label saved as Title.tscn with the white font + orange shadow and montserrat_extra_bold_48.tres
  • A red-ish stylebox.tres
  • A blue-ish stylebox.tres
  • A theme.tres with default design for Buttons, Labels, and ProgressBars
  • Some .png assets to use as 9Patch textures on the theme.tres
  • A Theme.tscn showcasing the theme:

ezgif com-video-to-gif

Can I PR it? :pig:

henriiquecampos avatar Jun 15 '18 22:06 henriiquecampos

Sure! Much appreciated :)

NathanLovato avatar Jun 16 '18 04:06 NathanLovato

Sorry for necroing, but this looks exactly like what I've been trying to find, although, incomplete, as I would like to see more primitive figures, kinda similar to contents of grid_based folder:

  • lines
  • ovals
  • rectangles
  • circles
  • arrows

Filled and not, and of different colors. It looks like I might just want a subset of emojis :)

If you can recommend anything like this, it would be really appreciated.

dbalagansky avatar Jul 31 '24 17:07 dbalagansky