regression-test-project/Rendering/Lights2D/Light2D.tscn

12 lines
352 B
Plaintext
Raw Normal View History

2020-11-06 16:57:49 +01:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Rendering/Lights2D/Light2D.gd" type="Script" id=1]
2020-11-11 19:24:42 +01:00
[ext_resource path="res://icon 32x32.png" type="Texture2D" id=2]
2020-11-06 16:57:49 +01:00
2020-11-11 19:24:42 +01:00
[node name="Light2D" type="PointLight2D"]
2020-11-06 16:57:49 +01:00
position = Vector2( 36.375, 37.875 )
2020-11-11 19:24:42 +01:00
shadow_enabled = true
2020-11-06 16:57:49 +01:00
texture = ExtResource( 2 )
texture_scale = 3.39
script = ExtResource( 1 )