Updated to 4.4

This commit is contained in:
Sch1nken 2025-02-26 23:27:07 +01:00
parent eaa26d1361
commit 1aff15069a
151 changed files with 593 additions and 100 deletions

View file

@ -0,0 +1 @@
uid://bnjgde0w63vjr

View file

@ -5,7 +5,7 @@ shader_type spatial;
render_mode unshaded;//depth_test_disable;
uniform vec4 albedo : source_color;
uniform vec4 emission_color : source_color;
uniform float emission_amount: hint_range(0.0, 16.0) = 5.0f;
uniform float emission_amount: hint_range(0.0, 16.0) = 5.0f;
uniform float rim_steepness : hint_range(0.0f, 16.0f) = 3.0f; //higher values mean a smaller rim.

View file

@ -0,0 +1 @@
uid://g035kui0yqjh

View file

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://v74ro6pmr4hw"]
[ext_resource type="Shader" path="res://InsectTiles/HoverShader.gdshader" id="1_pk3ok"]
[ext_resource type="Shader" uid="uid://g035kui0yqjh" path="res://InsectTiles/HoverShader.gdshader" id="1_pk3ok"]
[resource]
render_priority = 0

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=8 format=3 uid="uid://dxwngv0xmk3vy"]
[ext_resource type="Script" path="res://Tile/Tile.gd" id="1_b68ym"]
[ext_resource type="Script" uid="uid://cxyrai6as7y1l" path="res://Tile/Tile.gd" id="1_b68ym"]
[ext_resource type="ArrayMesh" uid="uid://dsbshu53k588h" path="res://hexagon_small.res" id="2_vm00h"]
[ext_resource type="Resource" uid="uid://b70uxn2ofij8y" path="res://Tile/Prefabs/Bee.tres" id="2_xu8wf"]
[ext_resource type="Texture2D" uid="uid://bp5lbofkicsqq" path="res://InsectTiles/Assets/Textures/ant_black.png" id="3_r51ol"]