Skip to content

Commit

Permalink
space sample working (moving around & talking to NPCs) plus fix for o…
Browse files Browse the repository at this point in the history
…ption list view not showing
  • Loading branch information
dogboydog committed Jul 27, 2023
1 parent 0e9cbbc commit 0d3102e
Show file tree
Hide file tree
Showing 10 changed files with 438 additions and 206 deletions.
6 changes: 4 additions & 2 deletions Samples/SampleEntryPoint.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ theme = ExtResource( 2 )
text = "Space"

[node name="features" type="RichTextLabel" parent="Space"]
margin_left = -64.0
margin_left = -65.0
margin_top = 119.0
margin_right = 295.0
margin_right = 294.0
margin_bottom = 246.0
bbcode_enabled = true
bbcode_text = "[center]Basic dialogue demo
Talking to NPCs
[/center]"
text = "Basic dialogue demo
Talking to NPCs
"

[node name="Visual Novel" type="Button" parent="."]
Expand Down
Loading

0 comments on commit 0d3102e

Please sign in to comment.