add a silly cheatcode
This commit is contained in:
parent
4848dca875
commit
8e9ecc9ed2
2 changed files with 18 additions and 0 deletions
15
objects/hud/silhouette.tscn
Normal file
15
objects/hud/silhouette.tscn
Normal file
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://graphics/particles/pixel.png" type="Texture" id=1]
|
||||
|
||||
[node name="Silhouette" type="CanvasLayer"]
|
||||
layer = 0
|
||||
|
||||
[node name="Light2D" type="Light2D" parent="."]
|
||||
scale = Vector2( 256, 192 )
|
||||
texture = ExtResource( 1 )
|
||||
offset = Vector2( 0.5, 0.5 )
|
||||
color = Color( 0, 0, 0, 1 )
|
||||
mode = 2
|
||||
range_z_min = -3
|
||||
range_z_max = 50
|
Loading…
Add table
Add a link
Reference in a new issue