Adding dummy In-Game information panel

This commit is contained in:
yannk 2022-02-06 14:32:04 +01:00
parent bb8366ebb8
commit efa65e57ca
4 changed files with 330 additions and 1 deletions

View file

@ -1,8 +1,9 @@
[gd_scene load_steps=12 format=3 uid="uid://cvdmfc2hi172g"]
[gd_scene load_steps=13 format=3 uid="uid://cvdmfc2hi172g"]
[ext_resource type="Material" uid="uid://cdijyqa881tvv" path="res://maps/materials/simple_grid_world.material" id="1_h84bv"]
[ext_resource type="PackedScene" uid="uid://cveshwnu272vf" path="res://maps/ramp-complex.tscn" id="2_4eueh"]
[ext_resource type="PackedScene" uid="uid://omess6wwwwcq" path="res://maps/ramp-moving.tscn" id="3_bvbgo"]
[ext_resource type="PackedScene" uid="uid://crl0ewgy8minv" path="res://maps/panel.tscn" id="3_gwb04"]
[ext_resource type="PackedScene" path="res://maps/moutain.tscn" id="3_rbp35"]
[ext_resource type="PackedScene" path="res://maps/cave.tscn" id="4_pc85h"]
[ext_resource type="PackedScene" path="res://maps/ramp.tscn" id="5_dfm8h"]
@ -71,6 +72,9 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -78.3165, 1.80831, -3.74854)
modulate = Color(1, 0.192157, 0.156863, 1)
text = "Nage non implémentée"
[node name="panel" parent="." instance=ExtResource( "3_gwb04" )]
transform = Transform3D(-0.866025, 0, 0.5, 0, 1, 0, -0.5, 0, -0.866025, -13.6829, 0, -4.71)
[node name="ramp-complex" parent="." instance=ExtResource( "2_4eueh" )]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -15, 0, 15)

292
maps/imports/panel.gltf Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,28 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://ba5x1ncy7ak0d"
path="res://.godot/imported/panel.gltf-5f6bc789ef31bc4470a3bee9d05ddcc2.scn"
[deps]
source_file="res://maps/imports/panel.gltf"
dest_files=["res://.godot/imported/panel.gltf-5f6bc789ef31bc4470a3bee9d05ddcc2.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.1
skins/use_named_skins=true
animation/import=true
animation/fps=30
import_script/path=""
_subresources={}

5
maps/panel.tscn Normal file
View file

@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=3 uid="uid://crl0ewgy8minv"]
[ext_resource type="PackedScene" uid="uid://ba5x1ncy7ak0d" path="res://maps/imports/panel.gltf" id="1_2vsan"]
[node name="panel" instance=ExtResource( "1_2vsan" )]