mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
Set up root scene
This commit is contained in:
parent
16a0ac83b0
commit
b379c9da3b
@ -16,7 +16,7 @@ _global_script_class_icons={
|
|||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="JeuxLifap5"
|
config/name="JeuxLifap5"
|
||||||
run/main_scene="res://script/Node2D.tscn"
|
run/main_scene="res://root.tscn"
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
|
10
DungeonAndDeamon/root.gdns
Normal file
10
DungeonAndDeamon/root.gdns
Normal 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 )
|
6
DungeonAndDeamon/root.tscn
Normal file
6
DungeonAndDeamon/root.tscn
Normal 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
BIN
DungeonAndDeamon/sol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
34
DungeonAndDeamon/sol.png.import
Normal file
34
DungeonAndDeamon/sol.png.import
Normal 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
|
Loading…
Reference in New Issue
Block a user