Skip to content
Snippets Groups Projects
Commit d89666b4 authored by LETT LUCAS's avatar LETT LUCAS :joystick:
Browse files

réparation dépendances client

parent 6082d930
Branches
No related merge requests found
[gd_resource type="Environment" load_steps=2 format=2]
[sub_resource type="ProceduralSky" id=1]
[resource]
background_mode = 2
background_sky = SubResource( 1 )
......@@ -16,6 +16,7 @@ _global_script_class_icons={
[application]
config/name="client"
run/main_scene="res://scenes/levels/Game.tscn"
config/icon="res://icon.png"
[rendering]
......
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Player.gd" type="Script" id=1]
[ext_resource path="res://scenes/entities/player/Player.gd" type="Script" id=1]
[sub_resource type="CapsuleShape" id=1]
radius = 0.209134
......
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/entities/player/Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://Camera.gd" type="Script" id=2]
[ext_resource path="res://Bloc.tscn" type="PackedScene" id=3]
[ext_resource path="res://scenes/entities/bloc/Bloc.tscn" type="PackedScene" id=3]
[node name="Spatial" type="Spatial"]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment