Skip to content

Instantly share code, notes, and snippets.

View EnokiUN's full-sized avatar
🤔
Okay but what the heck *is* an Eludris?

Enoki EnokiUN

🤔
Okay but what the heck *is* an Eludris?
View GitHub Profile
@Sharp-Eyes
Sharp-Eyes / README.md
Last active December 17, 2023 20:10
Eludris Lonetrail Theme

Eludris Lonetrail Theme

What the heck is a Lonetrail?

Lone Trail, stylized as Lonetrail, is the thirty-first major event, fifth Intermezzo, and the fifth Celebration event in Arknights.

This theme is based around the in-game UI elements for this event, which loosely follow minimalistic 1950s/1970s design styles.

Installation Instructions

@EnokiUN
EnokiUN / pengin-theme.css
Last active August 16, 2023 23:26
Pengin weeb theme
/* Variables for you to change (if you want to) */
:root {
--background-url: url('https://cdn.discordapp.com/attachments/980412957794136087/1065727348923715645/hastun.jpg');
}
/* Actual theme here */
:root {
@itspacchu
itspacchu / handle_smear.gd
Created September 4, 2022 15:27
Smear effect in godot
extends MeshInstance
var mat;
var prev_position;
var zpos = 10;
func _ready() -> void:
mat = self.get_active_material(0)
prev_position = translation
print(mat)
This work, excluding the Arch Linux logo, is made available under CC0: https://creativecommons.org/publicdomain/zero/1.0/