Skip to content

Add zon files with tags for each song #30

Description

@careeoki

following the proposal here: PixelGuys/Cubyz#732 (comment)

This will make it faster to implement the new music in the future.

It would make sense to use the sets of tags that biomes already have:

  • (hot, temperate, cold)
  • (lush, balanced, barren)
  • (wet, neitherWetNorDry, dry)
  • (mountain, lowTerrain)

alongside tags for time and mood or whatever else, i.e. (day, night) (intense, serious, relaxing, playful) (cave, sky_islands, root)

adventurous.zig.zon

.{
	.tags = .{
		.serious,
		.mountain,
		.temperate,
		.cold,
		.balanced,
		.barren,
		.day,
		.night,
	},
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions