├── .gitignore ├── LICENSE ├── README.md ├── crosshair.shader ├── crosshair_material.tres ├── icon.png ├── screenshot1.png └── screenshot2.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xspig/CrosshairShader/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xspig/CrosshairShader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xspig/CrosshairShader/HEAD/README.md -------------------------------------------------------------------------------- /crosshair.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xspig/CrosshairShader/HEAD/crosshair.shader -------------------------------------------------------------------------------- /crosshair_material.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xspig/CrosshairShader/HEAD/crosshair_material.tres -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xspig/CrosshairShader/HEAD/icon.png -------------------------------------------------------------------------------- /screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xspig/CrosshairShader/HEAD/screenshot1.png -------------------------------------------------------------------------------- /screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xspig/CrosshairShader/HEAD/screenshot2.png --------------------------------------------------------------------------------