19 lines
686 B
Text
19 lines
686 B
Text
[gd_scene load_steps=4 format=3 uid="uid://hb5qh45e6x1s"]
|
|
|
|
[ext_resource type="Script" uid="uid://b45k3pjypqcv2" path="res://pas_touche/scripts/lana.gd" id="1_7rpys"]
|
|
[ext_resource type="Texture2D" uid="uid://4g6qnykfjdba" path="res://exo1/assets/logo-CELL.png" id="2_ge1bf"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_disjo"]
|
|
radius = 71.0282
|
|
|
|
[node name="Lana" type="CharacterBody2D"]
|
|
script = ExtResource("1_7rpys")
|
|
speed = 150.0
|
|
|
|
[node name="Logo-cell" type="Sprite2D" parent="."]
|
|
rotation = 3.14159
|
|
scale = Vector2(0.05, 0.05)
|
|
texture = ExtResource("2_ge1bf")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_disjo")
|