Set up root scene

This commit is contained in:
Amaury 2020-04-14 10:03:35 +02:00
parent 16a0ac83b0
commit b379c9da3b
5 changed files with 51 additions and 1 deletions

View File

@ -16,7 +16,7 @@ _global_script_class_icons={
[application]
config/name="JeuxLifap5"
run/main_scene="res://script/Node2D.tscn"
run/main_scene="res://root.tscn"
[input]

View File

@ -0,0 +1,10 @@
[gd_resource type="NativeScript" load_steps=2 format=2]
[sub_resource type="GDNativeLibrary" id=1]
entry/Windows.64 = "res://.script/DungeonAndDeamonScript.dll"
dependency/Windows.64 = [ ]
[resource]
resource_name = "GestionJeu"
class_name = "GestionJeu"
library = SubResource( 1 )

View File

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://root.gdns" type="Script" id=1]
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )

BIN
DungeonAndDeamon/sol.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/sol.png-655ac45c9698757d754b3bceaaa91e06.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sol.png"
dest_files=[ "res://.import/sol.png-655ac45c9698757d754b3bceaaa91e06.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0