mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 08:04:23 +00:00
18 lines
541 B
Text
18 lines
541 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Sprites/player_danny_devito.png" type="Texture" id=1]
|
|
[ext_resource path="res://Scripts/Player.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 19.8, 19.8 )
|
|
|
|
[node name="Player" type="KinematicBody2D"]
|
|
collision_layer = 2
|
|
collision_mask = 2147483677
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|