mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
18 lines
455 B
Text
18 lines
455 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://player.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 50, 50 )
|
|
|
|
[node name="Player" type="KinematicBody2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Rect" type="ColorRect" parent="."]
|
|
margin_left = -50.0
|
|
margin_top = -50.0
|
|
margin_right = 50.0
|
|
margin_bottom = 50.0
|