stormy day
This commit is contained in:
parent
72761e3de7
commit
6c211c364c
14 changed files with 266 additions and 28 deletions
14
objects/gfx/lightning.tscn
Normal file
14
objects/gfx/lightning.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://objects/gfx/lightning.gd" type="Script" id=1]
|
||||
|
||||
[node name="Lightning" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
color = Color( 1, 1, 1, 1 )
|
||||
width = 2.0
|
||||
segments = 8
|
||||
segment_length = 20.0
|
||||
angle_min = 15.0
|
||||
angle_max = 45.0
|
||||
branch_chance = 0.4
|
||||
fade_time = 1.0
|
Loading…
Add table
Add a link
Reference in a new issue