Skip to content

Commit 31db455

Browse files
committed
Light map texture attribution
And move directory location
1 parent 584ff14 commit 31db455

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Music:
2323
Images:
2424
- Input Buttons: [inputKeys - Nicolae (Xelu) Berbece](https://thoseawesomeguys.com/prompts/)
2525
- Title Screen Font: [04B-30 - Yuji Oshimoto](http://04.jp.org/)
26+
- Light map texture: [Godot Engine docs - Godot Foundation](https://docs.godotengine.org/en/stable/tutorials/2d/2d_lights_and_shadows.html)

scenes/SceneTransitions/TitleScreen.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[ext_resource type="Texture2D" uid="uid://de2j543j83hmh" path="res://scenes/SceneTransitions/assets/backTree.png" id="2_4luva"]
77
[ext_resource type="Script" path="res://scenes/SceneTransitions/scripts/SceneChange.cs" id="2_7f3m6"]
88
[ext_resource type="Texture2D" uid="uid://b6fkei0i83vte" path="res://scenes/BattleDirector/assets/Character1.png" id="2_cf582"]
9-
[ext_resource type="Texture2D" uid="uid://iqbqsiyjd3uq" path="res://2d_lights_and_shadows_neutral_point_light.webp" id="2_kw6qk"]
9+
[ext_resource type="Texture2D" uid="uid://iqbqsiyjd3uq" path="res://scenes/SceneTransitions/assets/2d_lights_and_shadows_neutral_point_light.webp" id="2_kw6qk"]
1010
[ext_resource type="Texture2D" uid="uid://dat1eoyl3do4e" path="res://scenes/SceneTransitions/assets/frontTree.png" id="3_hvvt6"]
1111
[ext_resource type="Texture2D" uid="uid://d3rxic3mi8jwb" path="res://scenes/SceneTransitions/assets/midTree.png" id="4_ui8kj"]
1212
[ext_resource type="Texture2D" uid="uid://bj8dxrlwuwrv4" path="res://scenes/SceneTransitions/assets/moon.png" id="5_squvs"]

2d_lights_and_shadows_neutral_point_light.webp renamed to scenes/SceneTransitions/assets/2d_lights_and_shadows_neutral_point_light.webp

File renamed without changes.

2d_lights_and_shadows_neutral_point_light.webp.import renamed to scenes/SceneTransitions/assets/2d_lights_and_shadows_neutral_point_light.webp.import

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
importer="texture"
44
type="CompressedTexture2D"
55
uid="uid://iqbqsiyjd3uq"
6-
path="res://.godot/imported/2d_lights_and_shadows_neutral_point_light.webp-65502514064ef8af4bce05336c6482e4.ctex"
6+
path="res://.godot/imported/2d_lights_and_shadows_neutral_point_light.webp-a26377e35c908025509b55f545c2944c.ctex"
77
metadata={
88
"vram_texture": false
99
}
1010

1111
[deps]
1212

13-
source_file="res://2d_lights_and_shadows_neutral_point_light.webp"
14-
dest_files=["res://.godot/imported/2d_lights_and_shadows_neutral_point_light.webp-65502514064ef8af4bce05336c6482e4.ctex"]
13+
source_file="res://scenes/SceneTransitions/assets/2d_lights_and_shadows_neutral_point_light.webp"
14+
dest_files=["res://.godot/imported/2d_lights_and_shadows_neutral_point_light.webp-a26377e35c908025509b55f545c2944c.ctex"]
1515

1616
[params]
1717

0 commit comments

Comments
 (0)