path + gamin
This commit is contained in:
15
scene/car.tscn
Normal file
15
scene/car.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dpr0d61yufy2k"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cdunb77p5rpwa" path="res://model/Car1.png" id="1_yrf7o"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5e1gk"]
|
||||
size = Vector2(83, 47)
|
||||
|
||||
[node name="Car" type="CharacterBody2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_yrf7o")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(-0.5, 0.5)
|
||||
shape = SubResource("RectangleShape2D_5e1gk")
|
||||
File diff suppressed because one or more lines are too long
@@ -37,7 +37,6 @@ position = Vector2(200, 150)
|
||||
texture = ExtResource("2_e3nc5")
|
||||
|
||||
[node name="pause" type="Panel" parent="."]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
@@ -83,6 +82,7 @@ text = "Exit
|
||||
"
|
||||
|
||||
[node name="trick" type="Panel" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
pivot_offset = Vector2(-200, -150)
|
||||
theme_override_styles/panel = SubResource("StyleBoxEmpty_q8v2y")
|
||||
@@ -105,48 +105,56 @@ theme_override_constants/v_separation = 20
|
||||
columns = 2
|
||||
|
||||
[node name="Label" type="Label" parent="trick/GridContainer"]
|
||||
modulate = Color(1, 1, 1, 0.247059)
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_166c6")
|
||||
theme_override_font_sizes/font_size = 36
|
||||
text = "speel"
|
||||
|
||||
[node name="Label2" type="Label" parent="trick/GridContainer"]
|
||||
modulate = Color(1, 1, 1, 0.247059)
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_166c6")
|
||||
theme_override_font_sizes/font_size = 36
|
||||
text = "speel"
|
||||
|
||||
[node name="Label3" type="Label" parent="trick/GridContainer"]
|
||||
modulate = Color(1, 1, 1, 0.247059)
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_166c6")
|
||||
theme_override_font_sizes/font_size = 36
|
||||
text = "speel"
|
||||
|
||||
[node name="Label4" type="Label" parent="trick/GridContainer"]
|
||||
modulate = Color(1, 1, 1, 0.247059)
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_166c6")
|
||||
theme_override_font_sizes/font_size = 36
|
||||
text = "speel"
|
||||
|
||||
[node name="Label5" type="Label" parent="trick/GridContainer"]
|
||||
modulate = Color(1, 1, 1, 0.247059)
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_166c6")
|
||||
theme_override_font_sizes/font_size = 36
|
||||
text = "speel"
|
||||
|
||||
[node name="Label6" type="Label" parent="trick/GridContainer"]
|
||||
modulate = Color(1, 1, 1, 0.247059)
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_166c6")
|
||||
theme_override_font_sizes/font_size = 36
|
||||
text = "speel"
|
||||
|
||||
[node name="Label7" type="Label" parent="trick/GridContainer"]
|
||||
modulate = Color(1, 1, 1, 0.247059)
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_166c6")
|
||||
theme_override_font_sizes/font_size = 36
|
||||
text = "speel"
|
||||
|
||||
[node name="Label8" type="Label" parent="trick/GridContainer"]
|
||||
modulate = Color(1, 1, 1, 0.247059)
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_166c6")
|
||||
theme_override_font_sizes/font_size = 36
|
||||
|
||||
14
scene/gamin.tscn
Normal file
14
scene/gamin.tscn
Normal file
@@ -0,0 +1,14 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cvos258vtnsju"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://gnnvs3vb6gbp" path="res://model/Kid1.png" id="1_lgn5e"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_34g5i"]
|
||||
|
||||
[node name="gamin" type="CharacterBody2D"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CapsuleShape2D_34g5i")
|
||||
|
||||
[node name="Kid1" type="Sprite2D" parent="."]
|
||||
position = Vector2(0, -1)
|
||||
texture = ExtResource("1_lgn5e")
|
||||
Reference in New Issue
Block a user