Skip to content

Instantly share code, notes, and snippets.

[gd_scene load_steps=6 format=3 uid="uid://bslmfdpeaq0jq"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_acf33"]
albedo_color = Color(0.209016, 0.273098, 0.422843, 1)
[sub_resource type="BoxMesh" id="BoxMesh_hfp7s"]
material = SubResource("StandardMaterial3D_acf33")
size = Vector3(2, 1, 1)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_pwwnf"]
@huwpascoe
huwpascoe / convey.tscn
Created July 17, 2024 22:56
convey.tscn
[gd_scene load_steps=14 format=3 uid="uid://4q8uhsat6fyf"]
[sub_resource type="GDScript" id="GDScript_78s76"]
script/source = "extends StaticBody3D
@onready var mtl: StandardMaterial3D = $MeshInstance3D.mesh.surface_get_material(0)
@onready var area_3d: Area3D = $Area3D
func _ready():
const DELAY := 3.0
@huwpascoe
huwpascoe / blur.tscn
Last active June 4, 2024 17:00
blur.tscn
[gd_scene load_steps=17 format=3 uid="uid://dagjc3r4dd3sn"]
[sub_resource type="ViewportTexture" id="ViewportTexture_21c5k"]
viewport_path = NodePath("Blur Viewport")
[sub_resource type="ViewportTexture" id="ViewportTexture_n2qyt"]
viewport_path = NodePath("World Viewport")
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_dif8q"]
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
[ 0%] Running include-what-you-use tool
/home/user/citra/externals/cryptopp/cryptopp/3way.h should add these lines:
#include "/home/user/citra/externals/cryptopp/cryptopp/cryptlib.h"
/home/user/citra/externals/cryptopp/cryptopp/3way.h should remove these lines:
The full include-list for /home/user/citra/externals/cryptopp/cryptopp/3way.h:
#include "/home/user/citra/externals/cryptopp/cryptopp/cryptlib.h"
#include "config.h"