Skip to content

Instantly share code, notes, and snippets.

View Rijam's full-sized avatar

Rijam Rijam

View GitHub Profile

Particle Orchestra Showcase

Sample Code

ParticleOrchestrator.RequestParticleSpawn(clientOnly: true, ParticleOrchestraType.Keybrand, new ParticleOrchestraSettings
{
	PositionInWorld = player.Center,
	MovementVector = Vector2.One
});
@Rijam
Rijam / Town NPC Guide.md
Last active May 14, 2024 17:52
Ultimate Town NPC Guide

This guide has been moved!

View the guide at https://github.com/Rijam/TownNPCGuide/wiki now

Ultimate Town NPC Guide

Need help creating a Town NPC for your mod? Here is a comprehensive guide on how to do just that!

This guide focuses on "traditional" Town NPCs. The Traveling Merchant, Skeleton Merchant, Old Man, and Town Pets/Slimes are a little different.