Added progress & major dialog bugfix

This commit is contained in:
2020-05-16 13:22:42 -04:00
parent afde971c17
commit 7528cba7d7
33 changed files with 237 additions and 8 deletions

View File

@ -0,0 +1,15 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Assets/Art/basic_light.png" type="Texture" id=1]
[ext_resource path="res://Assets/Art/Objects/wall_light.png" type="Texture" id=2]
[node name="Wall Light" type="Sprite"]
texture = ExtResource( 2 )
[node name="Light2D" type="Light2D" parent="."]
texture = ExtResource( 1 )
texture_scale = 3.0
energy = 1.1
shadow_enabled = true
shadow_filter = 5
shadow_filter_smooth = 0.5