mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-21 20:24:20 +00:00
✨ And from light, darkness.
This commit is contained in:
parent
dee1c74eb6
commit
f1a487b3f0
5 changed files with 63 additions and 1 deletions
4
src/Darkness.tscn
Normal file
4
src/Darkness.tscn
Normal file
|
@ -0,0 +1,4 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="Darkness" type="CanvasModulate"]
|
||||
color = Color( 0, 0, 0, 1 )
|
12
src/Fire.tscn
Normal file
12
src/Fire.tscn
Normal file
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://src/Light.png" type="Texture" id=1]
|
||||
[ext_resource path="res://src/White.png" type="Texture" id=2]
|
||||
|
||||
[node name="Fire" type="Sprite"]
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[node name="Light" type="Light2D" parent="."]
|
||||
texture = ExtResource( 1 )
|
||||
texture_scale = 0.5
|
||||
color = Color( 1, 0.592157, 0.592157, 1 )
|
File diff suppressed because one or more lines are too long
BIN
src/Light.png
(Stored with Git LFS)
Normal file
BIN
src/Light.png
(Stored with Git LFS)
Normal file
Binary file not shown.
35
src/Light.png.import
Normal file
35
src/Light.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Light.png-c5939eb13f28497c5b088df274cb69ef.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/Light.png"
|
||||
dest_files=[ "res://.import/Light.png-c5939eb13f28497c5b088df274cb69ef.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
Loading…
Reference in a new issue