rename of pics
This commit is contained in:
parent
2c15d93872
commit
77adcea952
3 changed files with 6 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
|||
[ext_resource path="res://assets/images/joueur.png" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/Joueur.gd" type="Script" id=2]
|
||||
[ext_resource path="res://scenes/Ennemi.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://assets/images/Fond.png" type="Texture" id=4]
|
||||
[ext_resource path="res://assets/images/fond.png" type="Texture" id=4]
|
||||
[ext_resource path="res://scenes/mur.tres" type="TileSet" id=5]
|
||||
[ext_resource path="res://assets/images/Lumière.png" type="Texture" id=6]
|
||||
[ext_resource path="res://assets/images/lumiere.png" type="Texture" id=6]
|
||||
[ext_resource path="res://assets/sounds/background.wav" type="AudioStream" id=7]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[gd_resource type="TileSet" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/images/Batiment.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/images/batiment.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[sub_resource type="OccluderPolygon2D" id=1]
|
||||
polygon = PoolVector2Array( -8.00226, -7.97379, -7.99188, 7.99426, 8.00321, 7.99426, 8.01305, -8.00083 )
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/images/Batiment.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/images/batiment.png" type="Texture" id=1]
|
||||
|
||||
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=2]
|
||||
|
|
Reference in a new issue