Add sky HDRI
This commit is contained in:
parent
568652f0a7
commit
ece54f1019
4 changed files with 37 additions and 2 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
|
@ -35,11 +35,17 @@
|
|||
!/engine/title.tscn
|
||||
|
||||
# /engine/bin
|
||||
!/engine/bin
|
||||
!/engine/bin/
|
||||
/engine/bin/*
|
||||
|
||||
!/engine/bin/librtr.gdextension
|
||||
|
||||
# /engine/img
|
||||
!/engine/img/
|
||||
/engine/img/*
|
||||
|
||||
!/engine/img/sky.hdr
|
||||
|
||||
# /src
|
||||
!/src/
|
||||
/src/*
|
||||
|
|
@ -50,6 +56,20 @@
|
|||
!/src/main.gdextension
|
||||
!/src/main.h
|
||||
|
||||
# /res
|
||||
!/res/
|
||||
/res/*
|
||||
|
||||
# /res/mesh
|
||||
!/res/mesh/
|
||||
/res/mesh/*
|
||||
|
||||
# res/texture
|
||||
!/res/texture/
|
||||
/res/texture/*
|
||||
|
||||
!/res/texture/Sky.blend
|
||||
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue