Skip to content

Instantly share code, notes, and snippets.

@Xananax
Xananax / recommendations.md
Last active June 7, 2021 21:20
Recommendations for Itch Palestine Bundle

Xananax's recommendations

For the Itch Bundle for Palestine

Currently standing at > 1000 games for $5.

The below is a list of games from the bundle I have personally bought at full price, played, and can easily recommend.

To be clear, I own many more games from the bundle, and many of these are good; but these are no-hesitation recommendations.

@cart
cart / FXAA.tscn
Last active January 30, 2024 18:17
Godot Nvidia FXAA 3.11 Port
[gd_scene load_steps=3 format=2]
[sub_resource type="Shader" id=1]
code = "shader_type canvas_item;
// Godot Nvidia FXAA 3.11 Port
// Usage: Drop this in to any 3D scene for FXAA! This is a port of the \"PC High Quality Preset 39\". However the medium quality
// parameters are also included. For medium quality, just comment out sections \"PS 6\" and above and uncomment the \"med 13\" variables.
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 23, 2024 10:19
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example