diff --git a/DungeonAndDeamon/project.godot b/DungeonAndDeamon/project.godot index f4505fd..b0efb89 100644 --- a/DungeonAndDeamon/project.godot +++ b/DungeonAndDeamon/project.godot @@ -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] diff --git a/DungeonAndDeamon/root.gdns b/DungeonAndDeamon/root.gdns new file mode 100644 index 0000000..48a01fb --- /dev/null +++ b/DungeonAndDeamon/root.gdns @@ -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 ) diff --git a/DungeonAndDeamon/root.tscn b/DungeonAndDeamon/root.tscn new file mode 100644 index 0000000..f2a62dc --- /dev/null +++ b/DungeonAndDeamon/root.tscn @@ -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 ) diff --git a/DungeonAndDeamon/sol.png b/DungeonAndDeamon/sol.png new file mode 100644 index 0000000..b40f88b Binary files /dev/null and b/DungeonAndDeamon/sol.png differ diff --git a/DungeonAndDeamon/sol.png.import b/DungeonAndDeamon/sol.png.import new file mode 100644 index 0000000..8b976e7 --- /dev/null +++ b/DungeonAndDeamon/sol.png.import @@ -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